summaryrefslogtreecommitdiff
path: root/debian/patches/remove-rubygems-bundler.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/remove-rubygems-bundler.patch')
-rw-r--r--debian/patches/remove-rubygems-bundler.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/remove-rubygems-bundler.patch b/debian/patches/remove-rubygems-bundler.patch
new file mode 100644
index 0000000..831561a
--- /dev/null
+++ b/debian/patches/remove-rubygems-bundler.patch
@@ -0,0 +1,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"
+