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

Bump VENDOR_VERSION in gems.rb
This commit is contained in:
Bo Anderson 2023-11-29 18:15:25 +00:00 committed by GitHub
commit 8b2af53f32
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 = 1
VENDOR_VERSION = 2
private_constant :VENDOR_VERSION
RUBY_BUNDLE_VENDOR_DIRECTORY = (HOMEBREW_LIBRARY_PATH/"vendor/bundle/ruby").freeze