Heroku rejecting push in mature application (pre-receive hook declined)

后端 未结 5 1070
时光取名叫无心
时光取名叫无心 2021-02-06 12:58

I\'m getting

   FAILED: http://devcenter.heroku.com/articles/bundler

! Heroku push rejected, failed to install gems via Bundler To git@hero

5条回答
  •  名媛妹妹
    2021-02-06 13:41

    I was getting the same error, and running the following code in the command line solved it:

    $ heroku config:set BUNDLE_WITHOUT="development:test"


    I think the gemfile.lock issues described above are red herrings.

提交回复
热议问题