bump devise
This commit is contained in:
parent
995d3f900a
commit
e5189cf457
2 changed files with 6 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -20,7 +20,7 @@ gem 'json', '1.8.1'
|
|||
|
||||
# Authentication
|
||||
|
||||
gem 'devise', '3.3.0'
|
||||
gem 'devise', '3.4.0'
|
||||
gem 'devise_lastseenable', '0.0.4'
|
||||
|
||||
# Captcha
|
||||
|
|
|
|||
|
|
@ -116,10 +116,11 @@ GEM
|
|||
rails (>= 3, < 5)
|
||||
database_cleaner (1.3.0)
|
||||
debugger-linecache (1.2.0)
|
||||
devise (3.3.0)
|
||||
devise (3.4.0)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
responders
|
||||
thread_safe (~> 0.1)
|
||||
warden (~> 1.2.3)
|
||||
devise_lastseenable (0.0.4)
|
||||
|
|
@ -404,6 +405,8 @@ GEM
|
|||
redis (~> 3.0, >= 3.0.4)
|
||||
remotipart (1.2.1)
|
||||
request_store (1.1.0)
|
||||
responders (1.1.1)
|
||||
railties (>= 3.2, < 4.2)
|
||||
roxml (3.1.6)
|
||||
activesupport (>= 2.3.0)
|
||||
nokogiri (>= 1.3.3)
|
||||
|
|
@ -530,7 +533,7 @@ DEPENDENCIES
|
|||
configurate (= 0.2.0)
|
||||
cucumber-rails (= 1.4.1)
|
||||
database_cleaner (= 1.3.0)
|
||||
devise (= 3.3.0)
|
||||
devise (= 3.4.0)
|
||||
devise_lastseenable (= 0.0.4)
|
||||
entypo-rails (= 2.2.2)
|
||||
factory_girl_rails (= 4.4.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue