relax more dependencies
This commit is contained in:
parent
0fe4b08442
commit
b7803bead1
4 changed files with 23 additions and 1 deletions
12
debian/patches/0110-make-test-dependencies-conditional.patch
vendored
Normal file
12
debian/patches/0110-make-test-dependencies-conditional.patch
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -273,7 +273,8 @@
|
||||
gem 'influxdb', '~> 0.2', require: false
|
||||
end
|
||||
|
||||
-group :test do
|
||||
+#group :test do
|
||||
+if ENV["INCLUDE_TEST_DEPENDS"] == "true"
|
||||
gem 'shoulda-matchers', '~> 2.8', require: false
|
||||
gem 'email_spec', '~> 1.6'
|
||||
gem 'json-schema', '~> 2.6', '>= 2.6.2'
|
2
debian/patches/0220-relax-dependencies.patch
vendored
2
debian/patches/0220-relax-dependencies.patch
vendored
|
@ -9,7 +9,7 @@
|
|||
gem 'base32', '~> 0.3.0'
|
||||
|
||||
# Sentry integration
|
||||
@@ -277,7 +277,7 @@
|
||||
@@ -278,7 +278,7 @@
|
||||
gem 'shoulda-matchers', '~> 2.8', require: false
|
||||
gem 'email_spec', '~> 1.6'
|
||||
gem 'json-schema', '~> 2.6', '>= 2.6.2'
|
||||
|
|
8
debian/patches/0270-relax-toml-rb.patch
vendored
Normal file
8
debian/patches/0270-relax-toml-rb.patch
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -310,4 +310,4 @@
|
||||
# Gitaly GRPC client
|
||||
gem 'gitaly', '~> 0.6.0'
|
||||
|
||||
-gem 'toml-rb', '~> 0.3.15', require: false
|
||||
+gem 'toml-rb', '>= 0.3.15', require: false
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
|
@ -2,6 +2,7 @@
|
|||
0050-relax-stable-libs.patch
|
||||
0100-remove-development-test.patch
|
||||
0108-make-mysql-optional.patch
|
||||
0110-make-test-dependencies-conditional.patch
|
||||
source-init-functions.patch
|
||||
pid-log-paths.patch
|
||||
0200-remove-order-dependency-in-label-finder-spec.patch
|
||||
|
@ -10,3 +11,4 @@ pid-log-paths.patch
|
|||
0240-relax-google-api-client.patch
|
||||
0250-relax-licensee.patch
|
||||
0260-relax-ruby-parser.patch
|
||||
0270-relax-toml-rb.patch
|
||||
|
|
Loading…
Reference in a new issue