aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-hpricot/rakefile.patch
blob: 3ccf91873d0a9692c2ce1faf5a0772ccdba119e2 (plain)
1
2
3
4
5
6
7
8
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'