File: remove-rubygems-bundler.patch

package info (click to toggle)
ruby-ethon 0.16.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 636 kB
  • sloc: ruby: 5,402; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Bundler is not needed
 We add dependencies in debian/control
Author: Praveen Arimbrathodiyil <praveen@debian.org>
Forwarded: No
Last-Update: 2021-11-22

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,8 +2,8 @@
 $LOAD_PATH.unshift(File.dirname(__FILE__))
 $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))
 
-require 'bundler'
-Bundler.setup
+#require 'bundler'
+#Bundler.setup
 require "ethon"
 require 'rspec'