Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock 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 Oct 6, 2024
1 parent e5d049b commit c9afc3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "jekyll-paginate"
gem "jekyll-paginate-content"
gem "json"
gem 'http_parser.rb', '~> 0.8.0'
gem "webrick"
gem "webrick", ">= 1.8.2"
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -72,7 +73,7 @@ DEPENDENCIES
kramdown
kramdown-parser-gfm
rouge
webrick
webrick (>= 1.8.2)

BUNDLED WITH
2.4.7

0 comments on commit c9afc3f

Please sign in to comment.