File: remove_rubygems_stuff.patch

package info (click to toggle)
ruby-addressable 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 712 kB
  • ctags: 211
  • sloc: ruby: 9,132; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 462 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
20
21
22
Description: Remove the use of rubygems and bundler in spec files
Origin: vendor
Last-Update: 2016-06-04

--- a/spec/addressable/idna_spec.rb
+++ b/spec/addressable/idna_spec.rb
@@ -17,7 +17,7 @@
 require "spec_helper"
 
 # Have to use RubyGems to load the idn gem.
-require "rubygems"
+#require "rubygems"
 
 require "addressable/idna"
 
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 require 'rspec/its'
 
 begin