From ff6653424270aeceb6a863ad0f32472c9f99863a Mon Sep 17 00:00:00 2001 From: rmnull Date: Tue, 21 Jul 2020 13:30:21 +0530 Subject: [PATCH] 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"