File: remove-bundler.patch

package info (click to toggle)
ruby-html-pipeline 2.14.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: ruby: 2,265; sh: 13; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 359 bytes parent folder | download
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>
Forwarded: not-needed
Last-Updated: 2015-07-02

--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,6 +1,5 @@
 # frozen_string_literal: true
 
-require 'bundler/setup'
 require 'html/pipeline'
 require 'minitest/autorun'
 require 'minitest/pride'