File: no-bundler.patch

package info (click to toggle)
ruby-maxitest 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 420 kB
  • sloc: ruby: 1,338; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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(-)

--- a/spec/cases/helper.rb
+++ b/spec/cases/helper.rb
@@ -1,5 +1,4 @@
 # frozen_string_literal: true
-require 'bundler/setup'
 $VERBOSE = true
 
 if ENV['SIMULATE_TTY']