File: remove-bundler.patch

package info (click to toggle)
ruby-flipper 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,824 kB
  • sloc: ruby: 13,183; sh: 54; makefile: 14
file content (16 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
We use apt to install dependencies

--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -4,11 +4,6 @@
 require 'pathname'
 FlipperRoot = Pathname(__FILE__).dirname.join('..').expand_path
 
-require 'rubygems'
-require 'bundler'
-
-Bundler.setup(:default)
-
 require 'pry'
 require 'webmock/rspec'
 WebMock.disable_net_connect!(allow_localhost: true)