From 1d1d0878d188643a787f88b03d14e8e4484433ef Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Wed, 20 Mar 2019 20:52:07 +0200 Subject: [PATCH] Upgrade to devise 4.6 --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6ae2e0d..61e741f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM activerecord (>= 4.0) autoprefixer-rails (9.4.9) execjs - bcrypt (3.1.11) + bcrypt (3.1.12) bindex (0.5.0) bootstrap (4.3.1) autoprefixer-rails (>= 9.1.0) @@ -86,7 +86,7 @@ GEM coffee-script-source (1.12.2) concurrent-ruby (1.1.5) crass (1.0.4) - devise (4.4.3) + devise (4.6.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -200,9 +200,9 @@ GEM ffi (~> 1.0) recaptcha (4.7.0) json - responders (2.4.0) - actionpack (>= 4.2.0, < 5.3) - railties (>= 4.2.0, < 5.3) + responders (2.4.1) + actionpack (>= 4.2.0, < 6.0) + railties (>= 4.2.0, < 6.0) rubocop (0.54.0) parallel (~> 1.10) parser (>= 2.5) @@ -259,8 +259,8 @@ GEM uglifier (4.1.8) execjs (>= 0.3.0, < 3) unicode-display_width (1.3.0) - warden (1.2.7) - rack (>= 1.0) + warden (1.2.8) + rack (>= 2.0.6) web-console (3.5.1) actionview (>= 5.0) activemodel (>= 5.0)