Merge pull request #18450 from boblail/lail/bump-bundler
brew vendor-gems: commit updates.
This commit is contained in:
commit
da74ca9296
@ -205,4 +205,4 @@ RUBY VERSION
|
|||||||
ruby 3.3.4p94
|
ruby 3.3.4p94
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.11
|
2.5.20
|
||||||
|
|||||||
@ -10,7 +10,7 @@ require "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.11"
|
HOMEBREW_BUNDLER_VERSION = "2.5.20"
|
||||||
|
|
||||||
# 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