aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-hpricot/rakefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ruby-hpricot/rakefile.patch')
-rw-r--r--community/ruby-hpricot/rakefile.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/ruby-hpricot/rakefile.patch b/community/ruby-hpricot/rakefile.patch
new file mode 100644
index 0000000000..3ccf91873d
--- /dev/null
+++ b/community/ruby-hpricot/rakefile.patch
@@ -0,0 +1,9 @@
+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'