From 21f023f215559d69605bd38bf19ebaec64cab44c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 03:48:53 +0000 Subject: [PATCH] Update webrick to "~> 1.8", ">= 1.8.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 448f75a8d..f7dd18691 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins -gem "webrick", "~> 1.8", ">= 1.8.1" +gem "webrick", "~> 1.8", ">= 1.8.2" diff --git a/Gemfile.lock b/Gemfile.lock index 0adf60034..0c6014fab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,14 +264,14 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (0.13.1) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby DEPENDENCIES github-pages - webrick (~> 1.8, >= 1.8.1) + webrick (~> 1.8, >= 1.8.2) BUNDLED WITH 2.1.4