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 7a5a934 commit e1a89c5
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 @@ -6,7 +6,7 @@ group :jekyll_plugins do
gem 'jekyll-tagging'
gem "jekyll-sitemap"
gem "jekyll-pagebreak", "~> 0.9"
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.8", ">= 1.8.2"
gem 'wdm', '~> 0.2.0', :install_if => Gem.win_platform?
gem 'jekyll-feed'
end
Expand Down

0 comments on commit e1a89c5

Please sign in to comment.