From 79048964bc8b38dabd02dd5aeec6a0239714126a Mon Sep 17 00:00:00 2001 From: isollid Date: Tue, 8 Oct 2024 13:22:22 +0200 Subject: [PATCH] Bump webrick 1.8 -> 1.8.2 to fix CVE-2024-47220 --- docs/Gemfile | 2 +- docs/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 8bcc1267..d55a1789 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -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" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index d7be64e7..f435980a 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -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 @@ -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