loosen grape version

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-25 11:37:35 +05:30
parent a1c108656c
commit a7228ec127
2 changed files with 16 additions and 0 deletions

15
debian/patches/0006-loosen-grape.patch vendored Normal file
View file

@ -0,0 +1,15 @@
Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2761
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -62,7 +62,7 @@ gem 'gollum-lib', '~> 4.0.2'
gem "gitlab-linguist", "~> 3.0.1", require: "linguist"
# API
-gem "grape", "~> 0.6.1"
+gem "grape", "~> 0.6"
gem "grape-entity", "~> 0.4.2"
gem 'rack-cors', require: 'rack/cors'

View file

@ -3,3 +3,4 @@ loosen-rails-version.patch
0003-loosen-doorkeeper.patch
0004-loosen-rack-oauth2.patch
0005-use-debian-omniauth-ldap.patch
0006-loosen-grape.patch