From 85e360b51ec4ac1afd7e3bf9e0b5ed7cf8ce8ece Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Tue, 4 Feb 2020 12:51:24 +0100 Subject: [PATCH] Remove dependency to "mini_portile2" from binary gems It is only necessary at build in extconf.rb. --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 0ace27e7c8..4321518829 100644 --- a/Rakefile +++ b/Rakefile @@ -275,6 +275,7 @@ else Nokogiri is built with the packaged libraries: #{libs}. EOS spec.files.reject! { |path| File.fnmatch?('ports/*', path) } + spec.dependencies.reject! { |dep| dep.name=='mini_portile2' } end end end