Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-DEVISETWOFACTOR-8023206
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent cf3c8bb commit 29738a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'browser'
gem 'charlock_holmes', '~> 0.7.7'
gem 'chewy', '~> 7.2'
gem 'devise', '~> 4.8'
gem 'devise-two-factor', '~> 4.0'
gem 'devise-two-factor', '~> 6.0', '>= 6.0.0'

group :pam_authentication, optional: true do
gem 'devise_pam_authenticatable2', '~> 9.2'
Expand Down

0 comments on commit 29738a8

Please sign in to comment.