debian-mirror-gitlab/debian/patches/0042-relax-grape-entity.patch

16 lines
412 B
Diff
Raw Normal View History

2016-04-03 12:04:28 +05:30
allow newer grape-entity already in debian
2016-11-03 15:15:38 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -68,7 +68,7 @@ gem 'github-linguist', '~> 4.7.0', requi
2016-03-16 20:16:18 +05:30
# API
2016-09-13 18:27:13 +05:30
gem 'grape', '~> 0.15.0'
2016-03-16 20:16:18 +05:30
-gem 'grape-entity', '~> 0.4.2'
+gem 'grape-entity', '~> 0.5.0'
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
# Pagination