From e4a6f8c8f424c5800eeba9a996e875897bf29d19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:52:38 +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 729b98f5..e3e81dba 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -5,7 +5,7 @@ gem "pact-message", "0.11.1" gem "pact-mock_service", "3.12.4" 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 cf5f785a..41793040 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -136,7 +136,7 @@ GEM readline sync uri (1.1.1) - webrick (1.9.1) + webrick (1.9.2) zeitwerk (2.7.5) PLATFORMS @@ -165,7 +165,7 @@ DEPENDENCIES pact-mock_service (= 3.12.4) 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