utils/gems: update Bundler version

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2025-04-09 11:43:19 -07:00
parent 304cf64d2d
commit a272310c37
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -213,4 +213,4 @@ RUBY VERSION
ruby 3.3.8p144
BUNDLED WITH
2.6.7
2.5.22

View File

@ -10,7 +10,7 @@ Homebrew::FastBootRequire.from_rubylibdir("English")
module Homebrew
# Keep in sync with the `Gemfile.lock`'s BUNDLED WITH.
# After updating this, run `brew vendor-gems --update=--bundler`.
HOMEBREW_BUNDLER_VERSION = "2.5.20"
HOMEBREW_BUNDLER_VERSION = "2.5.22"
# Bump this whenever a committed vendored gem is later added to or exclusion removed from gitignore.
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.