debian-mirror-gitlab/debian/patches/0110-make-test-dependencies-conditional.patch

12 lines
241 B
Diff
Raw Normal View History

2017-08-20 00:17:22 +05:30
--- a/Gemfile
+++ b/Gemfile
2019-12-26 22:33:15 +05:30
@@ -329,7 +329,7 @@
2019-07-31 23:45:35 +05:30
gem 'raindrops', '~> 0.18'
2017-08-20 00:17:22 +05:30
end
-group :test do
+if ENV["INCLUDE_TEST_DEPENDS"] == "true"
2020-01-01 14:36:02 +05:30
gem 'fuubar', '~> 2.2.0'
gem 'rspec-retry', '~> 0.6.1'
gem 'rspec_profiling', '~> 0.0.5'