Skip to content

Commit a272310

Browse files
committed
utils/gems: update Bundler version
Signed-off-by: Patrick Linnane <[email protected]>
1 parent 304cf64 commit a272310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Library/Homebrew/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ RUBY VERSION
213213
ruby 3.3.8p144
214214

215215
BUNDLED WITH
216-
2.6.7
216+
2.5.22

Library/Homebrew/utils/gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
module Homebrew
1111
# Keep in sync with the `Gemfile.lock`'s BUNDLED WITH.
1212
# After updating this, run `brew vendor-gems --update=--bundler`.
13-
HOMEBREW_BUNDLER_VERSION = "2.5.20"
13+
HOMEBREW_BUNDLER_VERSION = "2.5.22"
1414

1515
# Bump this whenever a committed vendored gem is later added to or exclusion removed from gitignore.
1616
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.

0 commit comments

Comments
 (0)