From c83a360d4e16906bafb749c23f186293fdccd429 Mon Sep 17 00:00:00 2001 From: Giuseppe Lobraico Date: Tue, 8 Jan 2019 12:54:02 +0000 Subject: [PATCH] WIP: Upgrade devise to 4.4.x This is a required step. Blocked by this extension: https://github.com/phatworx/devise_security_extension/issues/192 Possible solution: forked gem devise-security: https://github.com/devise-security/devise-security --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d2862193c..e0d1ade8d 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'active_model_serializers', '~> 0.10.1' gem 'azure-storage' gem 'bootstrap-sass' gem 'bowndler', github: 'moneyadviceservice/bowndler' -gem 'devise', '3.5.10' +gem 'devise', '~> 4.4' gem 'devise_invitable', '1.6.1' gem 'devise_security_extension' # Dough assets are loaded from a CDN instead of from the Gem. Do make sure that