diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 55bb782fdd..13ff62d93a 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -56,12 +56,18 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) + mini_portile2 (2.8.0) minitest (5.16.3) msgpack (1.6.0) mustache (1.1.1) net-http-digest_auth (1.4.1) net-http-persistent (4.0.1) connection_pool (~> 2.2) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + nokogiri (1.13.8-aarch64-linux) + racc (~> 1.4) nokogiri (1.13.8-arm64-darwin) racc (~> 1.4) nokogiri (1.13.8-x86_64-darwin) @@ -212,6 +218,8 @@ GEM zeitwerk (2.6.1) PLATFORMS + aarch64-linux + arm-linux arm64-darwin x86_64-darwin x86_64-linux @@ -257,4 +265,4 @@ RUBY VERSION ruby 2.6.8p205 BUNDLED WITH - 2.3.23 + 2.3.24 diff --git a/Library/Homebrew/utils/gems.rb b/Library/Homebrew/utils/gems.rb index 3a06af54bb..32ecdc5a9f 100644 --- a/Library/Homebrew/utils/gems.rb +++ b/Library/Homebrew/utils/gems.rb @@ -10,7 +10,7 @@ require "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.3.23" + HOMEBREW_BUNDLER_VERSION = "2.3.24" module_function