Merge pull request #5286 from greysteil/fix-vendored-gemfile
Stop referring to constants.rb in Library/Homebrew/vendor/Gemfile
This commit is contained in:
commit
2c90c95fac
5
Library/Homebrew/vendor/Gemfile
vendored
5
Library/Homebrew/vendor/Gemfile
vendored
@ -6,7 +6,4 @@ gem "backports"
|
||||
gem "plist"
|
||||
gem "ruby-macho"
|
||||
gem "rubocop-rspec"
|
||||
|
||||
# not actually vendored but used to ensure the version matches here.
|
||||
require_relative "../constants"
|
||||
gem "rubocop", HOMEBREW_RUBOCOP_VERSION
|
||||
gem "rubocop"
|
||||
|
||||
2
Library/Homebrew/vendor/Gemfile.lock
vendored
2
Library/Homebrew/vendor/Gemfile.lock
vendored
@ -44,7 +44,7 @@ DEPENDENCIES
|
||||
backports
|
||||
concurrent-ruby
|
||||
plist
|
||||
rubocop (= 0.60.0)
|
||||
rubocop
|
||||
rubocop-rspec
|
||||
ruby-macho
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user