Hello!
Im trying to push code on heroku and get an error when heroku tryed to install ruby 2.3.4 , it says that heroku don’t support this version.
But we have this version in requirements
Hello!
Im trying to push code on heroku and get an error when heroku tryed to install ruby 2.3.4 , it says that heroku don’t support this version.
But we have this version in requirements
I had this problem.
if your simply looking to deploy the app then;
rvm install 2.5.5
ruby '2.5.5'
Gemfile.lock
bundle install
git add .
git commit -a -m 'Upgrade to ruby 2.5.5'
git push heroku master
Also remember that, since v8.0.0, Sharetribe Go runs on Ruby 2.6