Bump devise-two-factor
This commit is contained in:
parent
906cc19eb0
commit
19c48d5738
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -33,7 +33,7 @@ gem "yajl-ruby", "1.4.3"
|
|||
|
||||
gem "devise", "4.9.2"
|
||||
gem "devise_lastseenable", "0.0.6"
|
||||
gem "devise-two-factor", "4.0.2"
|
||||
gem "devise-two-factor", "4.1.0"
|
||||
gem "rqrcode", "2.1.1"
|
||||
|
||||
# Captcha
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -80,7 +80,7 @@ GEM
|
|||
mime-types (>= 2.99)
|
||||
unf
|
||||
ast (2.4.2)
|
||||
attr_encrypted (3.1.0)
|
||||
attr_encrypted (4.0.0)
|
||||
encryptor (~> 3.0.0)
|
||||
attr_required (1.0.1)
|
||||
autoprefixer-rails (10.4.7.0)
|
||||
|
|
@ -202,9 +202,9 @@ GEM
|
|||
railties (>= 4.1.0)
|
||||
responders
|
||||
warden (~> 1.2.3)
|
||||
devise-two-factor (4.0.2)
|
||||
devise-two-factor (4.1.0)
|
||||
activesupport (< 7.1)
|
||||
attr_encrypted (>= 1.3, < 4, != 2)
|
||||
attr_encrypted (>= 1.3, < 5, != 2)
|
||||
devise (~> 4.0)
|
||||
railties (< 7.1)
|
||||
rotp (~> 6.0)
|
||||
|
|
@ -610,7 +610,7 @@ GEM
|
|||
actionpack (>= 5.2)
|
||||
railties (>= 5.2)
|
||||
rexml (3.2.5)
|
||||
rotp (6.2.0)
|
||||
rotp (6.2.2)
|
||||
rqrcode (2.1.1)
|
||||
chunky_png (~> 1.0)
|
||||
rqrcode_core (~> 1.0)
|
||||
|
|
@ -806,7 +806,7 @@ DEPENDENCIES
|
|||
cuprite (= 0.14.3)
|
||||
database_cleaner-active_record (= 2.0.1)
|
||||
devise (= 4.9.2)
|
||||
devise-two-factor (= 4.0.2)
|
||||
devise-two-factor (= 4.1.0)
|
||||
devise_lastseenable (= 0.0.6)
|
||||
diaspora_federation-json_schema (= 1.1.0)
|
||||
diaspora_federation-rails (= 1.1.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue