From 179b2048358a7bf4be760f618a33d3650e511162 Mon Sep 17 00:00:00 2001 From: rmnull Date: Sun, 19 Jul 2020 19:03:17 +0530 Subject: [PATCH 1/2] Gemfile.lock include patchelf.rb --- Library/Homebrew/Gemfile.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 15fa68ef5b..43edebf592 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -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 From ff6653424270aeceb6a863ad0f32472c9f99863a Mon Sep 17 00:00:00 2001 From: rmnull Date: Tue, 21 Jul 2020 13:30:21 +0530 Subject: [PATCH 2/2] add patchelf to Gemfile --- Library/Homebrew/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile b/Library/Homebrew/Gemfile index e6a4fdb19b..c3608b5c02 100644 --- a/Library/Homebrew/Gemfile +++ b/Library/Homebrew/Gemfile @@ -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"