Skip to content

Commit

Permalink
Upgrade gem devise to version 4.6.2
Browse files Browse the repository at this point in the history
There was a security vulnerability with previous version

heartcombo/devise#4981
  • Loading branch information
microweb10 committed Apr 1, 2019
1 parent d694652 commit 7d82c2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'coffee-rails', '~> 4.2.2'
gem 'daemons', '~> 1.2.4'
gem 'dalli', '~> 2.7.6'
gem 'delayed_job_active_record', '~> 4.1.3'
gem "devise", "~> 4.3.0"
gem "devise", "~> 4.6.0"
gem "devise-async", "~> 1.0.0"
gem "devise_security_extension", git: "https://github.com/phatworx/devise_security_extension.git" #, "~> 0.10"
gem 'foundation-rails', '~> 6.4.3.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ GEM
delayed_job_active_record (4.1.3)
activerecord (>= 3.0, < 5.3)
delayed_job (>= 3.0, < 5)
devise (4.3.0)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
devise-async (1.0.0)
Expand Down Expand Up @@ -550,7 +550,7 @@ DEPENDENCIES
dalli (~> 2.7.6)
database_cleaner (~> 1.7.0)
delayed_job_active_record (~> 4.1.3)
devise (~> 4.3.0)
devise (~> 4.6.0)
devise-async (~> 1.0.0)
devise_security_extension!
email_spec (~> 2.1.0)
Expand Down

0 comments on commit 7d82c2d

Please sign in to comment.