diff options
Diffstat (limited to 'community/ruby-charlock_holmes/tests-no-bundler.patch')
-rw-r--r-- | community/ruby-charlock_holmes/tests-no-bundler.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/ruby-charlock_holmes/tests-no-bundler.patch b/community/ruby-charlock_holmes/tests-no-bundler.patch new file mode 100644 index 0000000000..24162fb0f5 --- /dev/null +++ b/community/ruby-charlock_holmes/tests-no-bundler.patch @@ -0,0 +1,10 @@ +--- a/test/helper.rb ++++ b/test/helper.rb +@@ -2,7 +2,6 @@ + + # blah fuck this + require 'rubygems' if !defined?(Gem) +-require 'bundler/setup' + + require 'charlock_holmes' + |