From 965a771b18cbfbfac6ab6a52012a971dc1693a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 21:39:19 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /site Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- site/Gemfile | 2 +- site/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/Gemfile b/site/Gemfile index de8818349bf9..4a9e3cab77fa 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -15,7 +15,7 @@ # source 'https://rubygems.org' gem 'jekyll', '~>4' -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" gem "nokogiri", "~> 1.14" group :jekyll_plugins do diff --git a/site/Gemfile.lock b/site/Gemfile.lock index ba69c6ecaf3b..8493349352bc 100644 --- a/site/Gemfile.lock +++ b/site/Gemfile.lock @@ -61,7 +61,7 @@ GEM terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS x86_64-linux @@ -71,7 +71,7 @@ DEPENDENCIES jekyll (~> 4) jekyll-redirect-from nokogiri (~> 1.14) - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.3.11