relax more dependencies

This commit is contained in:
Pirate Praveen 2017-08-20 00:17:22 +05:30
parent 0fe4b08442
commit b7803bead1
4 changed files with 23 additions and 1 deletions

View 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'

View file

@ -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'

View 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

View file

@ -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