debian-mirror-gitlab/debian/patches/0006-loosen-grape.patch

16 lines
459 B
Diff
Raw Normal View History

2015-09-25 11:37:35 +05:30
Forwarded: https://gitlab.com/gitlab-org/gitlab-ce/issues/2761
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-10-24 20:10:10 +05:30
@@ -57,7 +57,7 @@ gem 'gollum-lib', '~> 4.0.2'
2015-09-25 11:37:35 +05:30
gem "gitlab-linguist", "~> 3.0.1", require: "linguist"
# API
2015-10-24 20:10:10 +05:30
-gem 'grape', '~> 0.6.1'
+gem 'grape', '~> 0.6'
gem 'grape-entity', '~> 0.4.2'
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
2015-09-25 11:37:35 +05:30