Heroku push rejected, failed to install gems via Bundler

后端 未结 7 2130
心在旅途
心在旅途 2020-12-24 05:27

I am struggling to push my code to Heroku. And after searching on Google and Stack Overflow questions, I have not been able to find the solution. Here is What I get when I t

7条回答
  •  臣服心动
    2020-12-24 05:55

    I'm pretty sure Heroku only supports certain versions of Rails, so you need to be on at least 3.0, instead of a release candidate. Update the version of Rails in your gemfile, run bundle update, and then try to push to Heroku.

提交回复
热议问题