bump devise
This commit is contained in:
parent
9f54d40428
commit
5654d5921f
2 changed files with 7 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -13,7 +13,7 @@ gem 'json', '1.8.1'
|
|||
|
||||
# Authentication
|
||||
|
||||
gem 'devise', '3.2.2'
|
||||
gem 'devise', '3.2.4'
|
||||
gem 'devise_lastseenable', '0.0.4'
|
||||
|
||||
# Captcha
|
||||
|
|
|
|||
13
Gemfile.lock
13
Gemfile.lock
|
|
@ -41,7 +41,6 @@ GEM
|
|||
asset_sync (1.0.0)
|
||||
activemodel
|
||||
fog (>= 1.8.0)
|
||||
atomic (1.1.14)
|
||||
backbone-on-rails (1.1.1.0)
|
||||
actionmailer
|
||||
actionpack
|
||||
|
|
@ -51,7 +50,7 @@ GEM
|
|||
ejs
|
||||
jquery-rails
|
||||
railties
|
||||
bcrypt-ruby (3.1.2)
|
||||
bcrypt (3.1.7)
|
||||
bootstrap-sass (2.2.2.0)
|
||||
sass (~> 3.2)
|
||||
builder (3.0.4)
|
||||
|
|
@ -103,8 +102,8 @@ GEM
|
|||
nokogiri (~> 1.5)
|
||||
rails (>= 3, < 5)
|
||||
database_cleaner (1.3.0)
|
||||
devise (3.2.2)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
devise (3.2.4)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
thread_safe (~> 0.1)
|
||||
|
|
@ -421,8 +420,7 @@ GEM
|
|||
systemu (2.5.2)
|
||||
test_after_commit (0.2.2)
|
||||
thor (0.19.1)
|
||||
thread_safe (0.1.3)
|
||||
atomic
|
||||
thread_safe (0.3.4)
|
||||
tilt (1.4.1)
|
||||
timecop (0.7.1)
|
||||
timers (1.1.0)
|
||||
|
|
@ -447,6 +445,7 @@ GEM
|
|||
macaddr (~> 1.0)
|
||||
rack (>= 1.0)
|
||||
warden (1.2.3)
|
||||
rack (>= 1.0)
|
||||
webmock (1.16.1)
|
||||
addressable (>= 2.2.7)
|
||||
crack (>= 0.3.2)
|
||||
|
|
@ -474,7 +473,7 @@ DEPENDENCIES
|
|||
configurate (= 0.0.8)
|
||||
cucumber-rails (= 1.4.1)
|
||||
database_cleaner (= 1.3.0)
|
||||
devise (= 3.2.2)
|
||||
devise (= 3.2.4)
|
||||
devise_lastseenable (= 0.0.4)
|
||||
entypo-rails
|
||||
factory_girl_rails (= 4.3.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue