From a0947625f3bbfb1ce4a85a98d796066b28ce6d88 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Mon, 10 Jul 2023 20:09:59 +0530 Subject: [PATCH] Update minimum version of ruby-rack to 2.2.7 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 189a644d01..0e9337fe3e 100644 --- a/debian/control +++ b/debian/control @@ -249,7 +249,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-diffy (>= 3.4~), ruby-diff-match-patch (>= 0.1~), # Application server - ruby-rack (>= 2.2.6~), + ruby-rack (>= 2.2.7~), ruby-rack-timeout (>= 0.6.0~), puma (>= 5.6.5~), ruby-puma-worker-killer (>= 0.3.1~),