Merge pull request #5286 from greysteil/fix-vendored-gemfile

Stop referring to constants.rb in Library/Homebrew/vendor/Gemfile
This commit is contained in:
Mike McQuaid 2018-11-09 10:53:25 +00:00 committed by GitHub
commit 2c90c95fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -44,7 +44,7 @@ DEPENDENCIES
backports
concurrent-ruby
plist
rubocop (= 0.60.0)
rubocop
rubocop-rspec
ruby-macho