Bump devise-two-factor from git to 4.0.0 (#15987)
This commit is contained in:
parent
3f8d0de82e
commit
b3e9094e14
2
Gemfile
2
Gemfile
@ -34,7 +34,7 @@ gem 'iso-639'
|
|||||||
gem 'chewy', '~> 5.2'
|
gem 'chewy', '~> 5.2'
|
||||||
gem 'cld3', '~> 3.4.1'
|
gem 'cld3', '~> 3.4.1'
|
||||||
gem 'devise', '~> 4.7'
|
gem 'devise', '~> 4.7'
|
||||||
gem 'devise-two-factor', git: 'https://github.com/ClearlyClaire/devise-two-factor', ref: '594bb8a32e6f94df7e5ba7c9399eaf9ff25bac0d'
|
gem 'devise-two-factor', '~> 4.0'
|
||||||
|
|
||||||
group :pam_authentication, optional: true do
|
group :pam_authentication, optional: true do
|
||||||
gem 'devise_pam_authenticatable2', '~> 9.2'
|
gem 'devise_pam_authenticatable2', '~> 9.2'
|
||||||
|
20
Gemfile.lock
20
Gemfile.lock
@ -1,15 +1,3 @@
|
|||||||
GIT
|
|
||||||
remote: https://github.com/ClearlyClaire/devise-two-factor
|
|
||||||
revision: 594bb8a32e6f94df7e5ba7c9399eaf9ff25bac0d
|
|
||||||
ref: 594bb8a32e6f94df7e5ba7c9399eaf9ff25bac0d
|
|
||||||
specs:
|
|
||||||
devise-two-factor (3.1.0)
|
|
||||||
activesupport (< 7.0)
|
|
||||||
attr_encrypted (>= 1.3, < 4, != 2)
|
|
||||||
devise
|
|
||||||
railties (< 7.0)
|
|
||||||
rotp (~> 6)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/Gargron/nsa
|
remote: https://github.com/Gargron/nsa
|
||||||
revision: d1079e0cdafdfed7f9f35478d13b9bdaa65965c0
|
revision: d1079e0cdafdfed7f9f35478d13b9bdaa65965c0
|
||||||
@ -216,6 +204,12 @@ GEM
|
|||||||
railties (>= 4.1.0)
|
railties (>= 4.1.0)
|
||||||
responders
|
responders
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
|
devise-two-factor (4.0.0)
|
||||||
|
activesupport (< 6.2)
|
||||||
|
attr_encrypted (>= 1.3, < 4, != 2)
|
||||||
|
devise (~> 4.0)
|
||||||
|
railties (< 6.2)
|
||||||
|
rotp (~> 6.0)
|
||||||
devise_pam_authenticatable2 (9.2.0)
|
devise_pam_authenticatable2 (9.2.0)
|
||||||
devise (>= 4.0.0)
|
devise (>= 4.0.0)
|
||||||
rpam2 (~> 4.0)
|
rpam2 (~> 4.0)
|
||||||
@ -733,7 +727,7 @@ DEPENDENCIES
|
|||||||
concurrent-ruby
|
concurrent-ruby
|
||||||
connection_pool
|
connection_pool
|
||||||
devise (~> 4.7)
|
devise (~> 4.7)
|
||||||
devise-two-factor!
|
devise-two-factor (~> 4.0)
|
||||||
devise_pam_authenticatable2 (~> 9.2)
|
devise_pam_authenticatable2 (~> 9.2)
|
||||||
discard (~> 1.2)
|
discard (~> 1.2)
|
||||||
doorkeeper (~> 5.5)
|
doorkeeper (~> 5.5)
|
||||||
|
Loading…
Reference in New Issue
Block a user