From c752c00ac6e585da7750a889efb8f561695ead21 Mon Sep 17 00:00:00 2001 From: Bob Lail Date: Fri, 27 Sep 2024 14:44:40 -0700 Subject: [PATCH] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 2 +- Library/Homebrew/utils/gems.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 2dea8f0e25..f9b5421678 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -205,4 +205,4 @@ RUBY VERSION ruby 3.3.4p94 BUNDLED WITH - 2.5.11 + 2.5.20 diff --git a/Library/Homebrew/utils/gems.rb b/Library/Homebrew/utils/gems.rb index 062ca8b675..d4c2fa20dd 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.5.11" + HOMEBREW_BUNDLER_VERSION = "2.5.20" # 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.