From d0c05418ad2ab06e8f686c5ab6aa89fdacaa4533 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 09:10:31 +0000 Subject: [PATCH] Update webrick to "~> 1.9", ">= 1.9.2" Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ba5a5e160..7e565875b 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins -gem "webrick", "~> 1.9", ">= 1.9.1" +gem "webrick", "~> 1.9", ">= 1.9.2" diff --git a/Gemfile.lock b/Gemfile.lock index 585ef2d38..bc2df593a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -271,14 +271,14 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (1.1.1) - webrick (1.9.1) + webrick (1.9.2) PLATFORMS ruby DEPENDENCIES github-pages - webrick (~> 1.9, >= 1.9.1) + webrick (~> 1.9, >= 1.9.2) BUNDLED WITH 2.7.2