Relax dependency on ruby-grape-entity
This commit is contained in:
parent
e23b02efe9
commit
290aa15f4e
3 changed files with 13 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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~),
|
||||||
|
|
11
debian/patches/0780-relax-grape-entity.patch
vendored
Normal file
11
debian/patches/0780-relax-grape-entity.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue