Skip to content

Commit

Permalink
Merge pull request #16269 from Homebrew/dduugg-patch-1
Browse files Browse the repository at this point in the history
Bump VENDOR_VERSION in gems.rb
  • Loading branch information
Bo98 authored Nov 29, 2023
2 parents bce8c0e + 1bc4e72 commit 8b2af53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/utils/gems.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b2af53

Please sign in to comment.