Skip to content

Commit

Permalink
Bump webrick 1.8 -> 1.8.2 to fix CVE-2024-47220
Browse files Browse the repository at this point in the history
  • Loading branch information
isollid committed Oct 8, 2024
1 parent 3cff888 commit 4b2f6a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ require 'open-uri'
versions = JSON.parse(OpenURI.open_uri('https://pages.github.com/versions.json').read)

gem 'github-pages', versions['github-pages'], group: :jekyll_plugins
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.8.2"
gem "faraday", "~> 2.0.1"
gem "nokogiri", "1.16.5"
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby
Expand All @@ -276,7 +276,7 @@ DEPENDENCIES
faraday (~> 2.0.1)
github-pages (= 232)
nokogiri (= 1.16.5)
webrick (~> 1.8)
webrick (~> 1.8.2)

BUNDLED WITH
2.4.22

0 comments on commit 4b2f6a8

Please sign in to comment.