Merge pull request #16322 from Homebrew/dduugg-patch-1
Bump VENDOR_VERSION in gems.rb
This commit is contained in:
commit
de224796be
@ -14,7 +14,7 @@ module Homebrew
|
|||||||
|
|
||||||
# Bump this whenever a committed vendored gem is later added to gitignore.
|
# 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.
|
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.
|
||||||
VENDOR_VERSION = 2
|
VENDOR_VERSION = 3
|
||||||
private_constant :VENDOR_VERSION
|
private_constant :VENDOR_VERSION
|
||||||
|
|
||||||
RUBY_BUNDLE_VENDOR_DIRECTORY = (HOMEBREW_LIBRARY_PATH/"vendor/bundle/ruby").freeze
|
RUBY_BUNDLE_VENDOR_DIRECTORY = (HOMEBREW_LIBRARY_PATH/"vendor/bundle/ruby").freeze
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user