utils/gems: update Bundler version
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
parent
304cf64d2d
commit
a272310c37
@ -213,4 +213,4 @@ RUBY VERSION
|
|||||||
ruby 3.3.8p144
|
ruby 3.3.8p144
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.6.7
|
2.5.22
|
||||||
|
@ -10,7 +10,7 @@ Homebrew::FastBootRequire.from_rubylibdir("English")
|
|||||||
module Homebrew
|
module Homebrew
|
||||||
# Keep in sync with the `Gemfile.lock`'s BUNDLED WITH.
|
# Keep in sync with the `Gemfile.lock`'s BUNDLED WITH.
|
||||||
# After updating this, run `brew vendor-gems --update=--bundler`.
|
# 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.
|
# 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.
|
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user