Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <idefix@fechner.net>2018-11-29 19:39:15 +0300
committerMatthias Fechner <idefix@fechner.net>2018-11-29 19:39:15 +0300
commit101ef91dab22c1790c8f1e6215fc3cd0e69d939b (patch)
tree58cba2ff66999d577b380622419a76851261933c /Gemfile
parent77c26777357d3a8a1fa9f7c9d9a9e9cd956029f3 (diff)
Currently a dependency for grape `~> 1.1` is defined but gitlab does not work with `grape` version `1.2` installed.
Fix version of `grape` to 1.1.x.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 32e319f4d69..f52ba766812 100644
--- a/Gemfile
+++ b/Gemfile
@@ -91,7 +91,7 @@ gem 'gitlab_omniauth-ldap', '~> 2.0.4', require: 'omniauth-ldap'
gem 'net-ldap'
# API
-gem 'grape', '~> 1.1'
+gem 'grape', '~> 1.1.0'
gem 'grape-entity', '~> 0.7.1'
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'