From e209b9c2fb0e36d3ef32e717cc0f5b0ca919b468 Mon Sep 17 00:00:00 2001 From: bethesque Date: Fri, 24 Jun 2022 03:42:34 +0000 Subject: [PATCH] feat(gems): update to pact_broker-client (1.65.0) --- packaging/Gemfile | 2 +- packaging/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/Gemfile b/packaging/Gemfile index 8a0df0c..a645260 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -4,7 +4,7 @@ gem "pact", "1.62.0" gem "pact-message", "0.11.1" gem "pact-mock_service", "3.9.0" gem "pact-provider-verifier", "1.36.1" -gem "pact_broker-client", "1.64.0" +gem "pact_broker-client", "1.65.0" gem "webrick", "1.3.1" # Later versions require Ruby 2.3 gem "rack", "~>2.1.4" gem "json", "2.0.4" diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index dfc592c..fc6bca6 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -58,7 +58,7 @@ GEM diff-lcs (~> 1.4) expgen (~> 0.1) term-ansicolor (~> 1.0) - pact_broker-client (1.64.0) + pact_broker-client (1.65.0) dig_rb (~> 1.0) httparty (~> 0.18.1) rake (~> 13.0) @@ -109,7 +109,7 @@ DEPENDENCIES pact-message (= 0.11.1) pact-mock_service (= 3.9.0) pact-provider-verifier (= 1.36.1) - pact_broker-client (= 1.64.0) + pact_broker-client (= 1.65.0) rack (~> 2.1.4) webrick (= 1.3.1)