debian-mirror-gitlab/debian/patches/052-relax-grape.patch

14 lines
317 B
Diff
Raw Normal View History

2016-07-10 20:23:52 +05:30
https://gitlab.com/gitlab-org/gitlab-ce/issues/19670
2016-11-30 16:14:40 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -68,7 +68,7 @@
2016-08-24 20:52:28 +05:30
gem 'github-linguist', '~> 4.7', require: 'linguist'
2016-07-10 20:23:52 +05:30
# API
2016-09-13 18:27:13 +05:30
-gem 'grape', '~> 0.15.0'
2016-07-10 20:23:52 +05:30
+gem 'grape', '~> 0.16.0'
2016-11-30 16:14:40 +05:30
gem 'grape-entity', '~> 0.6.0'
2016-07-10 20:23:52 +05:30
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'