From 168595ab8d9b8c36818fc2bd85ffec37b4a9a106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:41:29 +0000 Subject: [PATCH] Bump webrick from 1.7.0 to 1.8.2 in /archive 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] --- archive/Gemfile | 2 +- archive/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archive/Gemfile b/archive/Gemfile index 69e205d..85f077b 100644 --- a/archive/Gemfile +++ b/archive/Gemfile @@ -14,4 +14,4 @@ gem "minimal-mistakes-jekyll" group :jekyll_plugins do gem "jemoji" end -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.8" diff --git a/archive/Gemfile.lock b/archive/Gemfile.lock index a892d05..a68dedb 100644 --- a/archive/Gemfile.lock +++ b/archive/Gemfile.lock @@ -120,7 +120,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - webrick (1.7.0) + webrick (1.8.2) PLATFORMS ruby @@ -129,7 +129,7 @@ DEPENDENCIES jekyll jemoji minimal-mistakes-jekyll - webrick (~> 1.7) + webrick (~> 1.8) BUNDLED WITH 2.2.31