From a31b63770e8b18f336d399a20f9f746eb88512dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 10:08:53 +0000 Subject: [PATCH] chore(deps): update dependency webrick to v1.9.2 --- packaging/Gemfile | 2 +- packaging/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/Gemfile b/packaging/Gemfile index 96b8cae..0e37247 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -5,7 +5,7 @@ gem "pact-message", "0.11.1" gem "pact-mock_service", "3.12.3" gem "pact-provider-verifier", "1.39.1" gem "pact_broker-client", "1.77.0" -gem "webrick", "1.9.1" +gem "webrick", "1.9.2" # see https://stdgems.org/ for versions to lock to # we require gem locking for gems with native extensions # due to lack of windows support diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index fe5877b..fce829c 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -131,7 +131,7 @@ GEM mize (~> 0.6) sync uri (1.1.1) - webrick (1.9.1) + webrick (1.9.2) zeitwerk (2.7.3) PLATFORMS @@ -159,7 +159,7 @@ DEPENDENCIES pact-mock_service (= 3.12.3) pact-provider-verifier (= 1.39.1) pact_broker-client (= 1.77.0) - webrick (= 1.9.1) + webrick (= 1.9.2) BUNDLED WITH 2.5.18