Drop patch to relax responders (required version in the arhive)
This commit is contained in:
parent
b3269fd1f3
commit
b0de306b0e
3 changed files with 1 additions and 13 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -39,7 +39,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-rails (>= 2:6.0.2~),
|
||||
ruby-bootsnap (>= 1.4~),
|
||||
ruby-nakayoshi-fork (>= 0.0.4~),
|
||||
ruby-responders (>= 2.0~),
|
||||
ruby-responders (>= 3.0~),
|
||||
ruby-sprockets (>= 3.7~),
|
||||
ruby-default-value-for (>= 3.3~),
|
||||
#ruby-mysql2 | ruby-pg,
|
||||
|
|
11
debian/patches/0485-relax-responders.patch
vendored
11
debian/patches/0485-relax-responders.patch
vendored
|
@ -1,11 +0,0 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -8,7 +8,7 @@
|
||||
gem 'nakayoshi_fork', '~> 0.0.4'
|
||||
|
||||
# Responders respond_to and respond_with
|
||||
-gem 'responders', '~> 3.0'
|
||||
+gem 'responders', '~> 2.0'
|
||||
|
||||
gem 'sprockets', '~> 3.7'
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -11,7 +11,6 @@
|
|||
0480-embed-faraday-middleware-aws-signers-v4.patch
|
||||
0482-remove-ee-only-gems.patch
|
||||
0484-relax-asciidoctor-plantuml.patch
|
||||
0485-relax-responders.patch
|
||||
0486-relax-grpc-protobuf.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
|
|
Loading…
Reference in a new issue