Must see if you're frustrated!How to publish the Rails app on Heroku
I am trying to deploy heroku by referring to the url above.
Now that I put ruby version 2.7 in it,
I can no longer create a blog app to create with scaffold.
Also, due to the difference between ruby and gem versions, deployment is no longer possible.
Which version and what can be rewritten to make deployment possible?
ruby-on-rails ruby
Why don't you follow the error message?Try running bundle install
and changing the version number of the ruby
directive in Gemfile
to 2.7.0
.
© 2024 OneMinuteCode. All rights reserved.