Merge pull request #8034 from rmNULL/pelf-gemlock

include  patchelf.rb and its deps in Gemfile.lock
This commit is contained in:
Mike McQuaid 2020-07-22 09:58:49 +01:00 committed by GitHub
commit dff330e336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -8,6 +8,7 @@ GEM
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
bindata (2.4.7)
byebug (11.1.3)
codecov (0.2.2)
colorize
@ -20,6 +21,8 @@ GEM
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
elftools (1.1.2)
bindata (~> 2)
hpricot (0.8.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
@ -52,6 +55,8 @@ GEM
parallel
parser (2.7.1.4)
ast (~> 2.4.1)
patchelf (1.1.1)
elftools (~> 1.1)
plist (3.5.0)
rainbow (3.0.0)
rdiscount (2.2.0.1)
@ -122,6 +127,7 @@ DEPENDENCIES
concurrent-ruby
mechanize
parallel_tests
patchelf
plist
ronn
rspec