Skip to content

Commit

Permalink
Merge pull request #16322 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 Dec 12, 2023
2 parents 7755004 + 4c96eaf commit de22479
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 = 2
VENDOR_VERSION = 3
private_constant :VENDOR_VERSION

RUBY_BUNDLE_VENDOR_DIRECTORY = (HOMEBREW_LIBRARY_PATH/"vendor/bundle/ruby").freeze
Expand Down

0 comments on commit de22479

Please sign in to comment.