Bump devise
This commit is contained in:
parent
a11c02fc53
commit
954697bc9b
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -22,7 +22,7 @@ gem "json-schema", "2.5.2"
|
|||
|
||||
# Authentication
|
||||
|
||||
gem "devise", "3.5.5"
|
||||
gem "devise", "3.5.6"
|
||||
gem "devise_lastseenable", "0.0.6"
|
||||
gem "devise-token_authenticatable", "~> 0.4.0"
|
||||
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ GEM
|
|||
railties (>= 3, < 5)
|
||||
cucumber-wire (0.0.1)
|
||||
database_cleaner (1.5.1)
|
||||
devise (3.5.5)
|
||||
devise (3.5.6)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
|
|
@ -793,7 +793,7 @@ DEPENDENCIES
|
|||
configurate (= 0.3.1)
|
||||
cucumber-rails (= 1.4.3)
|
||||
database_cleaner (= 1.5.1)
|
||||
devise (= 3.5.5)
|
||||
devise (= 3.5.6)
|
||||
devise-token_authenticatable (~> 0.4.0)
|
||||
devise_lastseenable (= 0.0.6)
|
||||
diaspora-vines (~> 0.2.0.develop)
|
||||
|
|
|
|||
Loading…
Reference in a new issue