Heroku push rejected, failed to install gems via Bundler

后端 未结 7 2131
心在旅途
心在旅途 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:59

    I don't think it's a Rails version problem, nor is it specific to Heroku. (I hit the same problem today, when running bundle install on my local development machine, with Rails 3.0.3.)

    Running bundle update locally, as Andrew suggested, fixes the issue.

    Edit: As suggested in the comments: remember to git add ., git commit -m "message"

提交回复
热议问题