Update Library/Homebrew/utils/gems.rb

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Douglas Eichelberger 2024-01-11 13:58:59 -08:00 committed by Douglas Eichelberger
parent 2e21efff46
commit 7ae087b24c

View File

@ -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