From d964dbc309003d4c884d53ed2b1e6d5a08d3e578 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Tue, 16 May 2023 01:43:00 +0530 Subject: [PATCH] Update minimum version of ruby-json to 2.6.3 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 0c94aa1718..f74a82cd71 100644 --- a/debian/control +++ b/debian/control @@ -448,7 +448,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, # Email validation ruby-valid-email, # JSON - ruby-json (>= 2.5.1~), + ruby-json (>= 2.6.3~), ruby-json-schema (>= 2.8.1-2~), ruby-json-schemer (>= 0.2.12~), ruby-oj (>= 3.14.1-2~),