-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gemfile w/ duplicate path gems fails with Bundler > 2.2.7 #1135
Comments
schneems
added a commit
that referenced
this issue
Mar 4, 2021
Bundler 2.2.11 contains an issue with "duplicate path gems" that is resolved in 2.2.12.
Working on this in #1140 I'll likely not release until next week though. |
Tests are failing on that branch but still work on main:
This might be a regression in bundler. I'll have to investigate more. |
Thanks! No rush, glad to know it's in progress. That test failure does look like a bundler regression in 2.2.12. I suspect it's fixed by rubygems/rubygems#4428 |
Closed by #1140 -- thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When #1132 was merged our build began to fail due to a bug introduce in Bundler 2.2.8. I submitted a bugfix PR that was just incorporated in the latest 2.2.12 release. I understand that updating bundler in the ruby buildpack is not done lightly, so please let me know if an update is not in the cards :)
If 2.2.12 doesn't pass muster we will happily maintain a monkeypatch with a version check to remind us to remove it when it is updated, so no rush!
Bundler 2.2.12 changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.2.12/bundler/CHANGELOG.md#2212-march-1-2021
The text was updated successfully, but these errors were encountered: