Skip to content

Commit

Permalink
Merge pull request #60 from digipost/webrick-bump
Browse files Browse the repository at this point in the history
Bump webrick 1.8 -> 1.8.2 to fix CVE-2024-47220
  • Loading branch information
isollid authored Oct 8, 2024
2 parents 8e20b9b + 5df49bd commit 30785d1
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 @@ -6,5 +6,5 @@ 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 "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 @@ -269,7 +269,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)
webrick (1.8.2)

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

BUNDLED WITH
2.4.12

0 comments on commit 30785d1

Please sign in to comment.