From c60f881f37e9558299539a28af9226cc1cfa4e69 Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 13 Mar 2020 18:59:50 +0530 Subject: [PATCH] Update minimum version of ruby-devise to 4.7.1 for rails 6 support --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f2e1d94787..02579685a6 100644 --- a/debian/control +++ b/debian/control @@ -49,7 +49,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-faraday (>= 0.12~), ruby-marginalia (>= 1.8~), # Authentication libraries - ruby-devise (>= 4.6.2~), + ruby-devise (>= 4.7.1~), ruby-doorkeeper (>= 5~), ruby-doorkeeper-openid-connect (>= 1.6.3~), ruby-omniauth (>= 1.8~),