Heroku push rejected, failed to install gems via Bundler

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

    I solved this issue this way:

    1. bundle update
    2. git add Gemfile.lock
    3. git commit -m 'Update Gemfile.lock for Heroku'
    4. git push heroku master

提交回复
热议问题