From 9f3e2d25c2f35aec9f556f634c059c348cbdd289 Mon Sep 17 00:00:00 2001 From: pact-dev Date: Wed, 21 Aug 2024 14:22:18 +0000 Subject: [PATCH] feat(gems): update to pact_broker-client (1.76.1) --- packaging/Gemfile | 2 +- packaging/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/Gemfile b/packaging/Gemfile index e999524..ad803fa 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -4,7 +4,7 @@ gem "pact", "1.65.1" gem "pact-message", "0.11.1" gem "pact-mock_service", "3.11.2" gem "pact-provider-verifier", "1.38.1" -gem "pact_broker-client", "1.76.0" +gem "pact_broker-client", "1.76.1" gem "webrick", "1.8.1" gem 'rack', '>= 2.2.6' # see https://stdgems.org/ for versions to lock to diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index feb43d8..0882168 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -63,7 +63,7 @@ GEM diff-lcs (~> 1.5) expgen (~> 0.1) rainbow (~> 3.1.1) - pact_broker-client (1.76.0) + pact_broker-client (1.76.1) base64 (~> 0.2) dig_rb (~> 1.0) httparty (>= 0.21.0, < 1.0.0) @@ -88,7 +88,7 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) @@ -131,7 +131,7 @@ DEPENDENCIES pact-message (= 0.11.1) pact-mock_service (= 3.11.2) pact-provider-verifier (= 1.38.1) - pact_broker-client (= 1.76.0) + pact_broker-client (= 1.76.1) rack (>= 2.2.6) webrick (= 1.8.1)