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
|
# Authentication
|
||||||
|
|
||||||
gem 'devise', '3.3.0'
|
gem 'devise', '3.4.0'
|
||||||
gem 'devise_lastseenable', '0.0.4'
|
gem 'devise_lastseenable', '0.0.4'
|
||||||
|
|
||||||
# Captcha
|
# Captcha
|
||||||
|
|
|
||||||
|
|
@ -116,10 +116,11 @@ GEM
|
||||||
rails (>= 3, < 5)
|
rails (>= 3, < 5)
|
||||||
database_cleaner (1.3.0)
|
database_cleaner (1.3.0)
|
||||||
debugger-linecache (1.2.0)
|
debugger-linecache (1.2.0)
|
||||||
devise (3.3.0)
|
devise (3.4.0)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (>= 3.2.6, < 5)
|
railties (>= 3.2.6, < 5)
|
||||||
|
responders
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
devise_lastseenable (0.0.4)
|
devise_lastseenable (0.0.4)
|
||||||
|
|
@ -404,6 +405,8 @@ GEM
|
||||||
redis (~> 3.0, >= 3.0.4)
|
redis (~> 3.0, >= 3.0.4)
|
||||||
remotipart (1.2.1)
|
remotipart (1.2.1)
|
||||||
request_store (1.1.0)
|
request_store (1.1.0)
|
||||||
|
responders (1.1.1)
|
||||||
|
railties (>= 3.2, < 4.2)
|
||||||
roxml (3.1.6)
|
roxml (3.1.6)
|
||||||
activesupport (>= 2.3.0)
|
activesupport (>= 2.3.0)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
|
|
@ -530,7 +533,7 @@ DEPENDENCIES
|
||||||
configurate (= 0.2.0)
|
configurate (= 0.2.0)
|
||||||
cucumber-rails (= 1.4.1)
|
cucumber-rails (= 1.4.1)
|
||||||
database_cleaner (= 1.3.0)
|
database_cleaner (= 1.3.0)
|
||||||
devise (= 3.3.0)
|
devise (= 3.4.0)
|
||||||
devise_lastseenable (= 0.0.4)
|
devise_lastseenable (= 0.0.4)
|
||||||
entypo-rails (= 2.2.2)
|
entypo-rails (= 2.2.2)
|
||||||
factory_girl_rails (= 4.4.1)
|
factory_girl_rails (= 4.4.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue