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