update devise to 4.7.3
This commit is contained in:
parent
7960a51d12
commit
7277200bc5
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -26,7 +26,7 @@ gem "json-schema", "2.8.1"
|
|||
|
||||
# Authentication
|
||||
|
||||
gem "devise", "4.7.1"
|
||||
gem "devise", "4.7.3"
|
||||
gem "devise-two-factor", "4.0.0"
|
||||
gem "devise_lastseenable", "0.0.6"
|
||||
gem "rqrcode", "1.1.2"
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -73,7 +73,7 @@ GEM
|
|||
autoprefixer-rails (10.2.4.0)
|
||||
execjs
|
||||
backports (3.17.0)
|
||||
bcrypt (3.1.13)
|
||||
bcrypt (3.1.16)
|
||||
bindata (2.4.6)
|
||||
bootstrap-sass (3.4.1)
|
||||
autoprefixer-rails (>= 5.2.1)
|
||||
|
|
@ -168,7 +168,7 @@ GEM
|
|||
cucumber-tag_expressions (1.1.1)
|
||||
cucumber-wire (0.0.1)
|
||||
database_cleaner (1.8.3)
|
||||
devise (4.7.1)
|
||||
devise (4.7.3)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 4.1.0)
|
||||
|
|
@ -760,8 +760,8 @@ GEM
|
|||
activesupport (>= 3)
|
||||
railties (>= 3)
|
||||
yard (~> 0.9.20)
|
||||
warden (1.2.8)
|
||||
rack (>= 2.0.6)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
webfinger (1.1.0)
|
||||
activesupport
|
||||
httpclient (>= 2.4)
|
||||
|
|
@ -799,7 +799,7 @@ DEPENDENCIES
|
|||
cucumber-api-steps (= 0.14)
|
||||
cucumber-rails (= 2.0.0)
|
||||
database_cleaner (= 1.8.3)
|
||||
devise (= 4.7.1)
|
||||
devise (= 4.7.3)
|
||||
devise-two-factor (= 4.0.0)
|
||||
devise_lastseenable (= 0.0.6)
|
||||
diaspora-prosody-config (= 0.0.7)
|
||||
|
|
|
|||
Loading…
Reference in a new issue