File: adjust-Gemfile.patch

package info (click to toggle)
ruby-spring 4.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: ruby: 3,584; sh: 9; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This patch adjusts the Gemfile.
Author: Pirate Praveen <praveen@debian.org>
---

--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,10 @@
 source 'https://rubygems.org'
 
-# Specify your gem's dependencies in spring.gemspec
-gemspec
+if ENV['AUTOPKGTEST_TMP']
+  gem 'spring'
+else
+  gemspec
+end
 
 gem "rake"