diff --git a/debian/control b/debian/control index 394cac97ec..ba94e73706 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/patches/0485-relax-responders.patch b/debian/patches/0485-relax-responders.patch deleted file mode 100644 index 1ff1e4c530..0000000000 --- a/debian/patches/0485-relax-responders.patch +++ /dev/null @@ -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' - diff --git a/debian/patches/series b/debian/patches/series index ee6c00c4ee..dc465a3de5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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