bump devise
This commit is contained in:
parent
168aa26306
commit
25f117f8d8
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -19,7 +19,7 @@ gem 'json', '1.8.1'
|
|||
|
||||
# Authentication
|
||||
|
||||
gem 'devise', '3.2.4'
|
||||
gem 'devise', '3.3.0'
|
||||
gem 'devise_lastseenable', '0.0.4'
|
||||
|
||||
# Captcha
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ GEM
|
|||
nokogiri (~> 1.5)
|
||||
rails (>= 3, < 5)
|
||||
database_cleaner (1.3.0)
|
||||
devise (3.2.4)
|
||||
devise (3.3.0)
|
||||
bcrypt (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (>= 3.2.6, < 5)
|
||||
|
|
@ -496,7 +496,7 @@ DEPENDENCIES
|
|||
configurate (= 0.0.8)
|
||||
cucumber-rails (= 1.4.1)
|
||||
database_cleaner (= 1.3.0)
|
||||
devise (= 3.2.4)
|
||||
devise (= 3.3.0)
|
||||
devise_lastseenable (= 0.0.4)
|
||||
entypo-rails (= 2.2.2)
|
||||
factory_girl_rails (= 4.4.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue