File: no-bundler.patch

package info (click to toggle)
ruby-maxitest 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: ruby: 1,587; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Date: Thu, 22 Jan 2026 11:14:20 +0100
Subject: no-bundler

---
 spec/cases/helper.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/spec/cases/helper.rb b/spec/cases/helper.rb
index b3b0bd0..6d458e3 100644
--- a/spec/cases/helper.rb
+++ b/spec/cases/helper.rb
@@ -1,4 +1,3 @@
-require 'bundler/setup'
 $VERBOSE = true
 
 if ENV['SIMULATE_TTY']