From c9cc5a14f748db7786ae2e2e8559f9f7ec030c56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:33:00 +0000 Subject: [PATCH] Update webrick to "~> 1.9", ">= 1.9.1" 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 90f3083ab..ba5a5e160 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins -gem "webrick", "~> 1.9" +gem "webrick", "~> 1.9", ">= 1.9.1" diff --git a/Gemfile.lock b/Gemfile.lock index e6ce28043..b2d345f10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,14 +270,14 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (1.0.2) - webrick (1.9.0) + webrick (1.9.1) PLATFORMS ruby DEPENDENCIES github-pages - webrick (~> 1.9) + webrick (~> 1.9, >= 1.9.1) BUNDLED WITH 2.1.4