Skip to content

Commit

Permalink
Merge pull request #1989 from larskanis/no-mini_portile2
Browse files Browse the repository at this point in the history
Remove dependency to "mini_portile2" from binary gems
  • Loading branch information
flavorjones authored Feb 26, 2020
2 parents 8bee6c2 + 85e360b commit 07c90f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07c90f0

Please sign in to comment.