From 823192f908762a05b2734fdee328c1b48da2eeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:34:24 +0000 Subject: [PATCH] chore(deps): 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 b45b9b2..7b7c9eb 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ group :jekyll_plugins do end # Required for Jekyll 4.x with Ruby 3.x -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.9" # Platform-specific gems platforms :mingw, :x64_mingw, :mswin, :jruby do diff --git a/Gemfile.lock b/Gemfile.lock index 5e80a82..0566e03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,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-25 @@ -99,7 +99,7 @@ DEPENDENCIES tzinfo (>= 1, < 3) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.9) BUNDLED WITH 2.7.2