Merge pull request #16322 from Homebrew/dduugg-patch-1

Bump VENDOR_VERSION in gems.rb
This commit is contained in:
Bo Anderson 2023-12-12 22:00:39 +00:00 committed by GitHub
commit de224796be
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