From 7765fb00f70d432ae1459e0ceb59c5ac8b043fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 06:01:05 +0000 Subject: [PATCH] Bump webrick from 1.9.1 to 1.9.2 Bumps [webrick](https://github.com/ruby/webrick) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0838a70..701db9c 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,6 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "wdm", "~> 0.2.0" if Gem.win_platform? -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.9" gem "jekyll-redirect-from" diff --git a/Gemfile.lock b/Gemfile.lock index 91c6721..dd3a63b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) uri (1.0.3) - webrick (1.9.1) + webrick (1.9.2) PLATFORMS aarch64-linux-gnu @@ -310,7 +310,7 @@ DEPENDENCIES jekyll-sitemap (~> 1.4) kramdown-parser-gfm tzinfo-data - webrick (~> 1.8) + webrick (~> 1.9) BUNDLED WITH 2.6.8