debian-mirror-gitlab/debian/patches/0484-relax-grape-entity.patch
2021-04-17 20:43:06 +05:30

14 lines
254 B
Diff

Debian already has 0.8
--- a/Gemfile
+++ b/Gemfile
@@ -86,7 +86,7 @@
# API
gem 'grape', '~> 1.5', '>= 1.5.2'
-gem 'grape-entity', '~> 0.7.1'
+gem 'grape-entity', '~> 0.8'
gem 'rack-cors', '~> 1.0', '>= 1.0.6', require: 'rack/cors'
# GraphQL API