Skip to content

Commit

Permalink
Update Library/Homebrew/utils/gems.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Mike McQuaid <[email protected]>
  • Loading branch information
dduugg and MikeMcQuaid committed Jan 11, 2024
1 parent b615d61 commit 7e083d1
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 @@ -12,7 +12,7 @@ module Homebrew
# After updating this, run `brew vendor-gems --update=--bundler`.
HOMEBREW_BUNDLER_VERSION = "2.4.18"

# Bump this whenever a committed vendored gem is later added to gitignore.
# Bump this whenever a committed vendored gem is later added to or exclusion removed from gitignore.
# This will trigger it to reinstall properly if `brew install-bundler-gems` needs it.
VENDOR_VERSION = 5
private_constant :VENDOR_VERSION
Expand Down

0 comments on commit 7e083d1

Please sign in to comment.