bump devise to 3.0.2
This commit is contained in:
parent
769bc5ce90
commit
9b92d6a10a
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -13,7 +13,7 @@ gem 'json', '1.8.0'
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
|
|
||||||
gem 'devise', '2.2.4'
|
gem 'devise', '3.0.2'
|
||||||
|
|
||||||
# Background processing
|
# Background processing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -91,11 +91,11 @@ GEM
|
||||||
nokogiri (>= 1.5.0)
|
nokogiri (>= 1.5.0)
|
||||||
rails (~> 3.0)
|
rails (~> 3.0)
|
||||||
database_cleaner (1.1.0)
|
database_cleaner (1.1.0)
|
||||||
devise (2.2.4)
|
devise (3.0.2)
|
||||||
bcrypt-ruby (~> 3.0)
|
bcrypt-ruby (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
railties (~> 3.1)
|
railties (>= 3.2.6, < 5)
|
||||||
warden (~> 1.2.1)
|
warden (~> 1.2.3)
|
||||||
diff-lcs (1.2.4)
|
diff-lcs (1.2.4)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ethon (0.5.12)
|
ethon (0.5.12)
|
||||||
|
|
@ -440,7 +440,7 @@ DEPENDENCIES
|
||||||
configurate (= 0.0.8)
|
configurate (= 0.0.8)
|
||||||
cucumber-rails (= 1.3.1)
|
cucumber-rails (= 1.3.1)
|
||||||
database_cleaner (= 1.1.0)
|
database_cleaner (= 1.1.0)
|
||||||
devise (= 2.2.4)
|
devise (= 3.0.2)
|
||||||
factory_girl_rails (= 4.2.1)
|
factory_girl_rails (= 4.2.1)
|
||||||
faraday (= 0.8.8)
|
faraday (= 0.8.8)
|
||||||
faraday_middleware (= 0.9.0)
|
faraday_middleware (= 0.9.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue