File: remove-bundler.patch

package info (click to toggle)
ruby-html-pipeline 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 352 kB
  • sloc: ruby: 1,910; sh: 43; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: remove bundler in favour of apt
 debian specific
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2015-07-02

Index: ruby-html-pipeline-1.11.0/test/test_helper.rb
===================================================================
--- ruby-html-pipeline-1.11.0.orig/test/test_helper.rb
+++ ruby-html-pipeline-1.11.0/test/test_helper.rb
@@ -1,4 +1,4 @@
-require 'bundler/setup'
+#require 'bundler/setup'
 require 'html/pipeline'
 require 'minitest/autorun'