From d2338acbdce337a08027b0cb10daab9304b25a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 07:00:57 +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 979f968c2..2c13ab89b 100644 --- a/Gemfile +++ b/Gemfile @@ -39,5 +39,5 @@ end # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? -gem "webrick", "~> 1.7" +gem "webrick", "~> 1.9" # gem "ffi", "~> 1.16.3" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 1c4e5314c..61280d7a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM unicode-display_width (2.6.0) uri (1.1.0) wdm (0.1.1) - webrick (1.9.1) + webrick (1.9.2) PLATFORMS arm64-darwin-23 @@ -150,7 +150,7 @@ DEPENDENCIES tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1) - webrick (~> 1.7) + webrick (~> 1.9) BUNDLED WITH 2.7.2