Bundler: You must use Bundler 2 or greater with this lockfile

前端 未结 18 2351
小蘑菇
小蘑菇 2020-12-04 14:13

I\'m working with heroku and every time I try to push my app this message shows out:

remote: Compressing source files... done.
remote: Building source:
remo         


        
18条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 14:30

    Yup, so generally uninstalling your version of bundler, removing the gemfile.lock, and finally running gem install bundler -v 1.15.2(which is the version heroku is using) worked.

    After that running git push heroku master worked!

提交回复
热议问题