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-PUMA-6146928
  • Loading branch information
snyk-bot committed Jan 9, 2024
1 parent d8abffa commit d28cb6c
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 @@ -22,7 +22,7 @@ gem "rails", "~> 6.1.7.4"
# Use sqlite3 as the database for Active Record
gem "sqlite3"
# Use Puma as the app server
gem "puma", "~> 5.6.7"
gem "puma", "~> 5.6.8"
# Use SCSS for stylesheets
gem "sass-rails", "~> 6.0", ">= 6.0.0"
# Use Uglifier as compressor for JavaScript assets
Expand Down

0 comments on commit d28cb6c

Please sign in to comment.