bump devise

This commit is contained in:
Jonne Haß 2014-06-01 13:20:06 +02:00
parent 9f54d40428
commit 5654d5921f
2 changed files with 7 additions and 8 deletions

View file

@ -13,7 +13,7 @@ gem 'json', '1.8.1'
# Authentication # Authentication
gem 'devise', '3.2.2' gem 'devise', '3.2.4'
gem 'devise_lastseenable', '0.0.4' gem 'devise_lastseenable', '0.0.4'
# Captcha # Captcha

View file

@ -41,7 +41,6 @@ GEM
asset_sync (1.0.0) asset_sync (1.0.0)
activemodel activemodel
fog (>= 1.8.0) fog (>= 1.8.0)
atomic (1.1.14)
backbone-on-rails (1.1.1.0) backbone-on-rails (1.1.1.0)
actionmailer actionmailer
actionpack actionpack
@ -51,7 +50,7 @@ GEM
ejs ejs
jquery-rails jquery-rails
railties railties
bcrypt-ruby (3.1.2) bcrypt (3.1.7)
bootstrap-sass (2.2.2.0) bootstrap-sass (2.2.2.0)
sass (~> 3.2) sass (~> 3.2)
builder (3.0.4) builder (3.0.4)
@ -103,8 +102,8 @@ GEM
nokogiri (~> 1.5) nokogiri (~> 1.5)
rails (>= 3, < 5) rails (>= 3, < 5)
database_cleaner (1.3.0) database_cleaner (1.3.0)
devise (3.2.2) devise (3.2.4)
bcrypt-ruby (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5) railties (>= 3.2.6, < 5)
thread_safe (~> 0.1) thread_safe (~> 0.1)
@ -421,8 +420,7 @@ GEM
systemu (2.5.2) systemu (2.5.2)
test_after_commit (0.2.2) test_after_commit (0.2.2)
thor (0.19.1) thor (0.19.1)
thread_safe (0.1.3) thread_safe (0.3.4)
atomic
tilt (1.4.1) tilt (1.4.1)
timecop (0.7.1) timecop (0.7.1)
timers (1.1.0) timers (1.1.0)
@ -447,6 +445,7 @@ GEM
macaddr (~> 1.0) macaddr (~> 1.0)
rack (>= 1.0) rack (>= 1.0)
warden (1.2.3) warden (1.2.3)
rack (>= 1.0)
webmock (1.16.1) webmock (1.16.1)
addressable (>= 2.2.7) addressable (>= 2.2.7)
crack (>= 0.3.2) crack (>= 0.3.2)
@ -474,7 +473,7 @@ DEPENDENCIES
configurate (= 0.0.8) configurate (= 0.0.8)
cucumber-rails (= 1.4.1) cucumber-rails (= 1.4.1)
database_cleaner (= 1.3.0) database_cleaner (= 1.3.0)
devise (= 3.2.2) devise (= 3.2.4)
devise_lastseenable (= 0.0.4) devise_lastseenable (= 0.0.4)
entypo-rails entypo-rails
factory_girl_rails (= 4.3.0) factory_girl_rails (= 4.3.0)