From 9c162ea70baae5376f903d81313b0f5d8a8beed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 09:13:46 +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 fb19d32..be81f6c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "jekyll", "~> 4.3.4" gem "just-the-docs", "0.10.0" # Required for GitHub Pages -gem "webrick", "~> 1.8" +gem "webrick", "~> 1.9" group :jekyll_plugins do gem "jekyll-seo-tag", "~> 2.8" diff --git a/Gemfile.lock b/Gemfile.lock index 8e67542..e8cb105 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.6.0) - webrick (1.9.1) + webrick (1.9.2) PLATFORMS arm64-darwin @@ -89,7 +89,7 @@ DEPENDENCIES jekyll (~> 4.3.4) jekyll-seo-tag (~> 2.8) just-the-docs (= 0.10.0) - webrick (~> 1.8) + webrick (~> 1.9) BUNDLED WITH 2.5.9