bump devise

This commit is contained in:
Jonne Haß 2015-09-07 10:41:15 +02:00 committed by Dennis Schubert
parent 16a820992b
commit 30c531a6b9
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ gem "json-schema", "2.5.1"
# Authentication # Authentication
gem "devise", "3.5.1" gem "devise", "3.5.2"
gem "devise_lastseenable", "0.0.6" gem "devise_lastseenable", "0.0.6"
gem "devise-token_authenticatable", "~> 0.4.0" gem "devise-token_authenticatable", "~> 0.4.0"

View file

@ -133,7 +133,7 @@ GEM
nokogiri (~> 1.5) nokogiri (~> 1.5)
rails (>= 3, < 5) rails (>= 3, < 5)
database_cleaner (1.5.0) database_cleaner (1.5.0)
devise (3.5.1) devise (3.5.2)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5) railties (>= 3.2.6, < 5)
@ -762,7 +762,7 @@ DEPENDENCIES
configurate (= 0.3.1) configurate (= 0.3.1)
cucumber-rails (= 1.4.2) cucumber-rails (= 1.4.2)
database_cleaner (= 1.5.0) database_cleaner (= 1.5.0)
devise (= 3.5.1) devise (= 3.5.2)
devise-token_authenticatable (~> 0.4.0) devise-token_authenticatable (~> 0.4.0)
devise_lastseenable (= 0.0.6) devise_lastseenable (= 0.0.6)
diaspora-vines (~> 0.2.0.develop) diaspora-vines (~> 0.2.0.develop)