.ruby-version
echo "2.6.3 > .ruby-version"
git add .ruby-version
git commit -m "Set ruby version"
ruby "2.6.3"
bundle
git add Gemfile Gemfile.lock