diff options
author | Matthias Fechner <idefix@fechner.net> | 2018-11-29 16:39:15 +0000 |
---|---|---|
committer | Matthias Fechner <idefix@fechner.net> | 2018-11-29 16:39:15 +0000 |
commit | 101ef91dab22c1790c8f1e6215fc3cd0e69d939b (patch) | |
tree | 58cba2ff66999d577b380622419a76851261933c /Gemfile | |
parent | 77c26777357d3a8a1fa9f7c9d9a9e9cd956029f3 (diff) | |
download | gitlab-ce-101ef91dab22c1790c8f1e6215fc3cd0e69d939b.tar.gz |
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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |