remove rubygems

This commit is contained in:
Praveen Arimbrathodiyil 2017-04-06 13:04:24 +05:30
parent 942a011ae7
commit 4ee369d7e6
2 changed files with 12 additions and 0 deletions

11
debian/patches/remove-rubygems.patch vendored Normal file
View File

@ -0,0 +1,11 @@
Index: ruby-rack-proxy/test/test_helper.rb
===================================================================
--- ruby-rack-proxy.orig/test/test_helper.rb
+++ ruby-rack-proxy/test/test_helper.rb
@@ -1,6 +1,3 @@
-require "rubygems"
-require 'bundler/setup'
-require 'bundler/gem_tasks'
require "test/unit"
require "rack"

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
remove-rubygems.patch