Skip to content

Commit

Permalink
fix: app/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-PUMA-8062124
  • Loading branch information
snyk-bot committed Sep 21, 2024
1 parent 8665bae commit 4caac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruby '2.6.5'

gem 'bcrypt'
gem 'bootsnap', require: false
gem 'puma', '~> 3.12'
gem 'puma', '~> 5.6', '>= 5.6.9'
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 6.0.2.1'
gem 'sqlite3'
Expand Down

0 comments on commit 4caac04

Please sign in to comment.