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-WEBRICK-8068535
  • Loading branch information
snyk-bot committed Sep 24, 2024
1 parent 1f6c99a commit 488614d
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 @@ -25,4 +25,4 @@ gem "html-proofer", '>=5.0.7'

gem "eip_validator", ">=0.8.2"

gem "webrick", "~> 1.8" # needed for macOS builds
gem "webrick", "~> 1.8", ">= 1.8.2" # needed for macOS builds

0 comments on commit 488614d

Please sign in to comment.