debian-mirror-gitlab/debian/patches/0006-loosen-grape.patch
Praveen Arimbrathodiyil a7228ec127 loosen grape version
2015-09-25 11:37:35 +05:30

15 lines
430 B
Diff

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'