Relax dependency on ruby-grape-entity

This commit is contained in:
Pirate Praveen 2020-06-27 23:07:23 +05:30
parent e23b02efe9
commit 290aa15f4e
3 changed files with 13 additions and 1 deletions

2
debian/control vendored
View file

@ -99,7 +99,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-grape (>= 1.3.3~), ruby-grape (>= 1.3.3~),
# https://gitlab.com/gitlab-org/gitlab/-/issues/219623 # https://gitlab.com/gitlab-org/gitlab/-/issues/219623
ruby-rack-timeout, ruby-rack-timeout,
ruby-grape-entity (>= 0.7.1~), ruby-grape-entity (>= 0.8.0~),
ruby-rack-cors (>= 1.0.6~), ruby-rack-cors (>= 1.0.6~),
# GraphQL API # GraphQL API
ruby-graphql (>= 1.10.5~), ruby-graphql (>= 1.10.5~),

View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -80,7 +80,7 @@
# API
gem 'grape', '~> 1.3', '>= 1.3.3'
-gem 'grape-entity', '~> 0.7.1'
+gem 'grape-entity', '~> 0.8.0'
gem 'rack-cors', '~> 1.0', '>= 1.0.6', require: 'rack/cors'
# GraphQL API

View file

@ -25,4 +25,5 @@
0750-fix-relative-paths.patch 0750-fix-relative-paths.patch
0760-update-grape.patch 0760-update-grape.patch
0770-add-rack-timeout.patch 0770-add-rack-timeout.patch
0780-relax-grape-entity.patch
0790-protobuf-compat.patch 0790-protobuf-compat.patch