Skip to content

Commit

Permalink
fix: Security upgrade webrick from 1.7.0 to 1.8.2 (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jithine authored Sep 27, 2024
1 parent 0d22f95 commit 81153de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'html-proofer', '~> 3.19', '>= 3.19.4'

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8", ">= 1.8.2"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
typhoeus (1.4.0)
ethon (>= 0.9.0)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.8.2)
yell (2.2.2)

PLATFORMS
Expand All @@ -93,7 +93,7 @@ DEPENDENCIES
html-proofer (~> 3.19, >= 3.19.4)
jekyll (= 4.1.0)
tzinfo-data
webrick (~> 1.7)
webrick (~> 1.8, >= 1.8.2)

BUNDLED WITH
2.1.4

0 comments on commit 81153de

Please sign in to comment.