Skip to content
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

Add bundler 2.6.2 and update bundler 2.5.23 #1535

Merged
merged 4 commits into from
Jan 6, 2025

Conversation

schneems
Copy link
Contributor

@schneems schneems commented Jan 6, 2025

Adds support for Bundler 2.6 and updates the version of bundler 2.5.x to the latest.

$ curl -sL "https://heroku-buildpack-ruby.s3.us-east-1.amazonaws.com/bundler/bundler-2.5.23.tgz" | tar --include="gems" -tzf - | head -n 5
./gems/
./gems/bundler-2.5.23/
./gems/bundler-2.5.23/CHANGELOG.md
./gems/bundler-2.5.23/LICENSE.md
./gems/bundler-2.5.23/README.md
$ curl -sL "https://heroku-buildpack-ruby.s3.us-east-1.amazonaws.com/bundler/bundler-2.6.2.tgz" | tar --include="gems" -tzf - | head -n 5
./gems/
./gems/bundler-2.6.2/
./gems/bundler-2.6.2/CHANGELOG.md
./gems/bundler-2.6.2/LICENSE.md
./gems/bundler-2.6.2/README.md

Bundler 2.6.2 is the latest release of Bundler 2.6.x. This commit adds download support for that version.
This commit adds support for downloading bundler 2.5.23 for applications with Bundler 2.5.x in their `Gemfile.lock`.
@schneems schneems marked this pull request as ready for review January 6, 2025 16:36
@schneems schneems requested a review from a team as a code owner January 6, 2025 16:36
Add test to assert versions greater than 2.6 will receive 2.6
@schneems schneems enabled auto-merge (squash) January 6, 2025 16:49
@schneems schneems merged commit 4fa49f5 into main Jan 6, 2025
4 checks passed
@schneems schneems deleted the schneems/update-bundler-versions branch January 6, 2025 17:03
@heroku-linguist heroku-linguist bot mentioned this pull request Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants