From 377b790002af733791e4ecafa6dae07bfbdeda32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:05:30 +0000 Subject: [PATCH] chore(deps): update dependency webrick to v1.9.1 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4d9e3a7d..22dc27a6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "4.3.3" -gem "webrick", "1.9.0" +gem "webrick", "1.9.1" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. diff --git a/Gemfile.lock b/Gemfile.lock index b04aec9a..0ab9f48d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM tzinfo (>= 1.0.0) unicode-display_width (2.5.0) wdm (0.2.0) - webrick (1.9.0) + webrick (1.9.1) PLATFORMS ruby @@ -97,7 +97,7 @@ DEPENDENCIES tzinfo (~> 2.0) tzinfo-data wdm (~> 0.2.0) - webrick (= 1.9.0) + webrick (= 1.9.1) BUNDLED WITH 2.3.16