25 lines
627 B
Diff
25 lines
627 B
Diff
https://gitlab.com/gitlab-org/gitlab-ce/issues/19670
|
|
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -70,7 +70,7 @@
|
|
gem 'github-linguist', '~> 4.7', require: 'linguist'
|
|
|
|
# API
|
|
-gem 'grape', '~> 0.15.0'
|
|
+gem 'grape', '~> 0.16.0'
|
|
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'
|