Update gems.rb

This commit is contained in:
Douglas Eichelberger 2023-12-12 13:39:29 -08:00 committed by GitHub
parent 7755004325
commit 4c96eaf56f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ module Homebrew
# Bump this whenever a committed vendored gem is later added to gitignore.
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.
VENDOR_VERSION = 2
VENDOR_VERSION = 3
private_constant :VENDOR_VERSION
RUBY_BUNDLE_VENDOR_DIRECTORY = (HOMEBREW_LIBRARY_PATH/"vendor/bundle/ruby").freeze