File: removing-bundler.patch

package info (click to toggle)
ruby-batch-loader 2.0.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: ruby: 783; makefile: 6; sh: 4
file content (16 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Manas Kashyap <manaskashyaptech@gmail.com>
Date: Sun, 23 Jun 2019 18:15:33 +0530
Subject: Remove bundler requirement from spec_helper.rb

---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,4 @@
-require "bundler/setup"
+#require "bundler/setup"
 
 if ENV['CI']
   require 'coveralls'