File: remove-bundler.patch

package info (click to toggle)
ruby-spring-watcher-listen 2.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: ruby: 121; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
We should use apt to install dependencies

--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,6 +1,5 @@
 $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
 
-require "bundler/setup"
 require "spring/test"
 require "minitest/autorun"