Bump devise
This commit is contained in:
parent
a2e326b27d
commit
01db49ef26
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -26,7 +26,7 @@ gem "json-schema", "2.8.1"
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
|
|
||||||
gem "devise", "4.4.3"
|
gem "devise", "4.5.0"
|
||||||
gem "devise_lastseenable", "0.0.6"
|
gem "devise_lastseenable", "0.0.6"
|
||||||
|
|
||||||
# Captcha
|
# Captcha
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ GEM
|
||||||
attr_required (1.0.1)
|
attr_required (1.0.1)
|
||||||
autoprefixer-rails (8.2.0)
|
autoprefixer-rails (8.2.0)
|
||||||
execjs
|
execjs
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.12)
|
||||||
bindata (2.4.3)
|
bindata (2.4.3)
|
||||||
bootstrap-sass (3.3.7)
|
bootstrap-sass (3.3.7)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
|
|
@ -156,7 +156,7 @@ GEM
|
||||||
railties (>= 4, < 5.2)
|
railties (>= 4, < 5.2)
|
||||||
cucumber-wire (0.0.1)
|
cucumber-wire (0.0.1)
|
||||||
database_cleaner (1.7.0)
|
database_cleaner (1.7.0)
|
||||||
devise (4.4.3)
|
devise (4.5.0)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (>= 4.1.0, < 6.0)
|
railties (>= 4.1.0, < 6.0)
|
||||||
|
|
@ -778,7 +778,7 @@ DEPENDENCIES
|
||||||
cucumber-api-steps (= 0.14)
|
cucumber-api-steps (= 0.14)
|
||||||
cucumber-rails (= 1.5.0)
|
cucumber-rails (= 1.5.0)
|
||||||
database_cleaner (= 1.7.0)
|
database_cleaner (= 1.7.0)
|
||||||
devise (= 4.4.3)
|
devise (= 4.5.0)
|
||||||
devise_lastseenable (= 0.0.6)
|
devise_lastseenable (= 0.0.6)
|
||||||
diaspora-prosody-config (= 0.0.7)
|
diaspora-prosody-config (= 0.0.7)
|
||||||
diaspora_federation-json_schema (= 0.2.5)
|
diaspora_federation-json_schema (= 0.2.5)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue