debian-mirror-gitlab/debian/patches/0042-relax-grape-entity.patch
Praveen Arimbrathodiyil aa0c7c4f1f refresh patches
2016-06-02 11:31:04 +05:30

15 lines
412 B
Diff

allow newer grape-entity already in debian
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -69,7 +69,7 @@ gem "github-linguist", "~> 4.7.0", requi
# API
gem 'grape', '~> 0.13.0'
-gem 'grape-entity', '~> 0.4.2'
+gem 'grape-entity', '~> 0.5.0'
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
# Pagination