add patchelf to Gemfile

This commit is contained in:
rmnull 2020-07-21 13:30:21 +05:30
parent 179b204835
commit ff66534242
No known key found for this signature in database
GPG Key ID: 35BAB82D31EFAD91

View File

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