Skip to content

Commit

Permalink
Update bundler to 2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Feb 21, 2024
1 parent a5f827b commit ff649b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

- Update Bundler 2 apps to version 2.5.6 ()

## [v266] - 2024-02-20

Expand Down
3 changes: 3 additions & 0 deletions changelogs/bundler_256.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Ruby apps with Bundler 2.x now receive version 2.5.6

The [Ruby Buildpack](https://devcenter.heroku.com/articles/ruby-support#libraries) now includes Bundler 2.5.6. Applications specifying Bundler 2.x in their `Gemfile.lock` will now receive this version of bundler.
2 changes: 1 addition & 1 deletion lib/language_pack/helpers/bundler_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class LanguagePack::Helpers::BundlerWrapper

BLESSED_BUNDLER_VERSIONS = {}
BLESSED_BUNDLER_VERSIONS["1"] = "1.17.3"
BLESSED_BUNDLER_VERSIONS["2"] = "2.3.25"
BLESSED_BUNDLER_VERSIONS["2"] = "2.5.6"
BUNDLED_WITH_REGEX = /^BUNDLED WITH$(\r?\n) (?<major>\d+)\.\d+\.\d+/m

class GemfileParseError < BuildpackError
Expand Down

0 comments on commit ff649b4

Please sign in to comment.