File: remove-bundler.patch

package info (click to toggle)
ruby-friendly-id 5.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: ruby: 3,248; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 496 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
From: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Date: Mon, 16 Dec 2024 18:35:04 -0300
Subject: remove-bundler

In debian, the dependencies are installed via apt
---
 test/helper.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/helper.rb b/test/helper.rb
index 5ee359c..75db3bc 100644
--- 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"]