File: remove-bundler.patch

package info (click to toggle)
ruby-rb-inotify 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: ruby: 455; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
dependencies are installed via apt

--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -16,7 +16,6 @@
 	end
 end
 
-require "bundler/setup"
 require "rb-inotify"
 
 RSpec.configure do |config|