summaryrefslogtreecommitdiff
path: root/debian/patches/remove-rubygems-bundler.patch
blob: 831561a87bc7a78116413f80ab5dfd068046ad31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: we don't need bundler or rubygems
Author: Praveen Arimbrathodiyil <praveen@debian.org>
Last-Updated: 2013-05-17

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,8 +1,8 @@
 $LOAD_PATH.unshift(File.dirname(__FILE__))
 $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
 
-require "bundler"
-Bundler.setup
+#require "bundler"
+#Bundler.setup
 require "typhoeus"
 require "rspec"