debian-mirror-gitlab/debian/patches/0006-loosen-grape.patch
Praveen Arimbrathodiyil 6bdfba8d68 refresh patches at 8.1.0
2015-10-24 20:10:10 +05:30

15 lines
459 B
Diff

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