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