merge test and development, test groups
This commit is contained in:
parent
a1b6de3dad
commit
4fe3bd7897
1 changed files with 12 additions and 0 deletions
12
debian/patches/052-relax-grape.patch
vendored
12
debian/patches/052-relax-grape.patch
vendored
|
@ -11,3 +11,15 @@ https://gitlab.com/gitlab-org/gitlab-ce/issues/19670
|
|||
gem 'grape-entity', '~> 0.5.0'
|
||||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
||||
|
||||
@@ -291,9 +291,9 @@
|
||||
|
||||
# gem 'license_finder', '~> 2.1.0', require: false
|
||||
# gem 'knapsack', '~> 1.11.0'
|
||||
-end
|
||||
+#end
|
||||
|
||||
-group :test, optional: true do
|
||||
+#group :test, optional: true do
|
||||
gem 'shoulda-matchers', '~> 2.8', require: false
|
||||
gem 'email_spec', '~> 1.6'
|
||||
gem 'json-schema', '~> 2.6', '>= 2.6.2'
|
||||
|
|
Loading…
Reference in a new issue