Skip to content

Commit

Permalink
Merge pull request #190 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 cfc72da + 7904896 commit 3eae993
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 @@ versions = JSON.parse(OpenURI.open_uri('https://pages.github.com/versions.json')

gem 'github-pages', versions['github-pages'], group: :jekyll_plugins
gem 'activesupport', '~> 7.1', '>= 7.1.3'
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 @@ -270,7 +270,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 @@ -280,7 +280,7 @@ DEPENDENCIES
activesupport (~> 7.1, >= 7.1.3)
github-pages (= 232)
nokogiri (~> 1.16.5)
webrick (~> 1.8)
webrick (~> 1.8.2)

BUNDLED WITH
2.4.12

0 comments on commit 3eae993

Please sign in to comment.