Closed dorianmariecom closed 4 years ago
It seems to heroku platform issue. /cc @schneems
I think heroku needs to install the new version of Bundler.
I think heroku needs to install the new version of Bundler.
We deployed a change yesterday which should have fixed/mitigated this. If you're still seeing problems today then please open a support ticket https://help.heroku.com, search for "bundler" and link back to this bundler issue.
Here' is the changelog https://devcenter.heroku.com/changelog-items/1716
Thanks @schneems! I will close this ticket and direct anyone running into this issue to the linked Heroku articles.
Tag me as well please. It should work but I want to keep my eye on it in case.
Did we ever get confirmation that this is no longer an issue on Heroku? I’ve not seen a ticket come in. -- Richard Schneeman https://www.schneems.com
here is the build warning first:
and here is the build error:
(solution for now is to stay on 2.0.2, e.g.
gem uninstall bundler
(then yes to the questions) and thengem install bundler -v 2.0.2
.thanks for making bundler