Upgrade to devise 4.6

This commit is contained in:
John Lees-Miller
2019-03-20 20:52:07 +02:00
parent 323b7564ec
commit 1d1d0878d1

View File

@ -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)