Stop refering to constants.rb in Library/Homebrew/vendor/Gemfile

This commit is contained in:
Grey Baker 2018-11-09 10:30:55 +00:00
parent a21f770a48
commit 645a5e945c
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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