File: remove_require_bundler.patch

package info (click to toggle)
ruby-pluggaloid 1.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 264 kB
  • sloc: ruby: 1,752; sh: 2; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
From: "HIGUCHI Daisuke (VDR dai)" <dai@debian.org>
Date: Tue, 1 Oct 2024 14:18:13 +0900
Subject: remove require bundler

Last-Update: 2016-05-13
---
 test/handler_tag_test.rb | 1 -
 test/multi_vm_test.rb    | 1 -
 test/plugin_test.rb      | 1 -
 3 files changed, 3 deletions(-)

diff --git a/test/handler_tag_test.rb b/test/handler_tag_test.rb
index db6045a..a2cd65e 100644
--- a/test/handler_tag_test.rb
+++ b/test/handler_tag_test.rb
@@ -1,5 +1,4 @@
 # -*- coding: utf-8 -*-
-require 'bundler/setup'
 require 'minitest/autorun'
 
 require 'pluggaloid'
diff --git a/test/multi_vm_test.rb b/test/multi_vm_test.rb
index 4209df9..1d68186 100644
--- a/test/multi_vm_test.rb
+++ b/test/multi_vm_test.rb
@@ -1,6 +1,5 @@
 # -*- coding: utf-8 -*-
 
-require 'bundler/setup'
 require 'minitest/autorun'
 
 require 'pluggaloid'
diff --git a/test/plugin_test.rb b/test/plugin_test.rb
index 71ff7ef..70d684b 100644
--- a/test/plugin_test.rb
+++ b/test/plugin_test.rb
@@ -1,6 +1,5 @@
 # -*- coding: utf-8 -*-
 
-require 'bundler/setup'
 require 'minitest/autorun'
 
 require 'pluggaloid'