Update Library/Homebrew/Gemfile

Co-authored-by: Shaun Jackman <sjackman@gmail.com>
This commit is contained in:
William Woodruff 2020-07-14 14:35:55 -04:00 committed by GitHub
parent 2ca03610e2
commit 0f9bdee8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ end
gem "activesupport" gem "activesupport"
gem "concurrent-ruby" gem "concurrent-ruby"
gem "mechanize" gem "mechanize"
gem "patchelf", "~> 1.1" if ENV["HOMEBREW_PATCHELF_RB"] gem "patchelf" if ENV["HOMEBREW_PATCHELF_RB"]
gem "plist" gem "plist"
gem "rubocop-performance" gem "rubocop-performance"
gem "rubocop-rspec" gem "rubocop-rspec"