1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/ruby-hpricot/rakefile.patch
2017-11-25 21:30:10 +01:00

9 lines
230 B
Diff

Don't load bundler.
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,3 @@
-require 'bundler/setup'
ENV.delete('RUBYOPT') # Don't propagate RUBYOPT/Bundler to subprocesses
require 'rake/clean'
require 'rubygems/package_task'