From 69b9b3ae29e562841e441dadbe03028c05a0dcda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 20:20:55 +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 944cf17..7b661e5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ gem "jekyll", "~> 4.3.2" gem "just-the-docs", "0.10.1" # Required for Ruby 3.0+ -gem "webrick", "~> 1.8" \ No newline at end of file +gem "webrick", "~> 1.9" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index b20980a..cae03f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,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 @@ -87,7 +87,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.2) just-the-docs (= 0.10.1) - webrick (~> 1.8) + webrick (~> 1.9) BUNDLED WITH 2.5.9