debian-mirror-gitlab/debian/patches/0006-loosen-grape.patch
Praveen Arimbrathodiyil 0531015a2b refresh patches
2015-09-25 12:17:16 +05:30

15 lines
442 B
Diff

Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2761
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -65,7 +65,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', '~> 0.2.9', require: 'rack/cors'