bump devise
This commit is contained in:
parent
f890121b8f
commit
f42d519e51
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -20,7 +20,7 @@ gem 'json', '1.8.1'
|
|||
|
||||
# Authentication
|
||||
|
||||
gem 'devise', '3.4.0'
|
||||
gem 'devise', '3.4.1'
|
||||
gem 'devise_lastseenable', '0.0.4'
|
||||
|
||||
# Captcha
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ GEM
|
|||
ejs
|
||||
jquery-rails
|
||||
railties
|
||||
bcrypt (3.1.7)
|
||||
bcrypt (3.1.9)
|
||||
bootstrap-sass (2.3.2.2)
|
||||
sass (~> 3.2)
|
||||
builder (3.2.2)
|
||||
|
|
@ -116,7 +116,7 @@ GEM
|
|||
rails (>= 3, < 5)
|
||||
database_cleaner (1.3.0)
|
||||
debugger-linecache (1.2.0)
|
||||
devise (3.4.0)
|
||||
devise (3.4.1)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
|
|
@ -418,7 +418,7 @@ GEM
|
|||
redis (~> 3.0, >= 3.0.4)
|
||||
remotipart (1.2.1)
|
||||
request_store (1.1.0)
|
||||
responders (1.1.1)
|
||||
responders (1.1.2)
|
||||
railties (>= 3.2, < 4.2)
|
||||
roxml (3.1.6)
|
||||
activesupport (>= 2.3.0)
|
||||
|
|
@ -552,7 +552,7 @@ DEPENDENCIES
|
|||
configurate (= 0.2.0)
|
||||
cucumber-rails (= 1.4.2)
|
||||
database_cleaner (= 1.3.0)
|
||||
devise (= 3.4.0)
|
||||
devise (= 3.4.1)
|
||||
devise_lastseenable (= 0.0.4)
|
||||
entypo-rails (= 2.2.2)
|
||||
factory_girl_rails (= 4.4.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue