File: remove-bundler.patch

package info (click to toggle)
ruby-friendly-id 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: ruby: 3,415; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
In debian, the dependencies are installed via apt

--- a/test/helper.rb
+++ b/test/helper.rb
@@ -1,5 +1,3 @@
-require "bundler/setup"
-
 if ENV['COVERALLS'] || ENV['COVERAGE']
   require 'simplecov'
   if ENV['COVERALLS']