From 7ae087b24caff4cc56489b558820b0afba819ac9 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger <697964+dduugg@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:58:59 -0800 Subject: [PATCH] Update Library/Homebrew/utils/gems.rb Co-authored-by: Mike McQuaid --- Library/Homebrew/utils/gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/utils/gems.rb b/Library/Homebrew/utils/gems.rb index 54c9786e04..5479d3f419 100644 --- a/Library/Homebrew/utils/gems.rb +++ b/Library/Homebrew/utils/gems.rb @@ -12,7 +12,7 @@ module Homebrew # After updating this, run `brew vendor-gems --update=--bundler`. HOMEBREW_BUNDLER_VERSION = "2.4.18" - # Bump this whenever a committed vendored gem is later added to 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. VENDOR_VERSION = 5 private_constant :VENDOR_VERSION