We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304cf64 commit a272310Copy full SHA for a272310
Library/Homebrew/Gemfile.lock
@@ -213,4 +213,4 @@ RUBY VERSION
213
ruby 3.3.8p144
214
215
BUNDLED WITH
216
- 2.6.7
+ 2.5.22
Library/Homebrew/utils/gems.rb
@@ -10,7 +10,7 @@
10
module Homebrew
11
# Keep in sync with the `Gemfile.lock`'s BUNDLED WITH.
12
# After updating this, run `brew vendor-gems --update=--bundler`.
13
- HOMEBREW_BUNDLER_VERSION = "2.5.20"
+ HOMEBREW_BUNDLER_VERSION = "2.5.22"
14
15
# Bump this whenever a committed vendored gem is later added to or exclusion removed from gitignore.
16
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.
0 commit comments