From d5b41b39ad80ac4a3d035a7e09701f22e0e53346 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Fri, 13 Oct 2023 12:57:35 +0000 Subject: [PATCH] feat(gems): update to pact_broker-client (1.73.0) --- packaging/Gemfile | 2 +- packaging/Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packaging/Gemfile b/packaging/Gemfile index 237e3f2..333b614 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -4,7 +4,7 @@ gem "pact", "1.63.0" gem "pact-message", "0.11.1" gem "pact-mock_service", "3.11.2" gem "pact-provider-verifier", "1.38.0" -gem "pact_broker-client", "1.72.0" +gem "pact_broker-client", "1.73.0" gem "webrick", "1.8.1" gem 'rack', '>= 2.2.6' gem "json", "2.6.3" \ No newline at end of file diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index 05a73cc..8d79dfe 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -2,11 +2,13 @@ GEM remote: http://rubygems.org/ specs: awesome_print (1.9.2) + base64 (0.1.1) diff-lcs (1.5.0) dig_rb (1.0.1) expgen (0.1.1) parslet - faraday (2.7.10) + faraday (2.7.11) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) @@ -54,7 +56,7 @@ GEM diff-lcs (~> 1.4) expgen (~> 0.1) rainbow (~> 3.1.1) - pact_broker-client (1.72.0) + pact_broker-client (1.73.0) dig_rb (~> 1.0) httparty (>= 0.21.0, < 1.0.0) rake (~> 13.0) @@ -111,7 +113,7 @@ DEPENDENCIES pact-message (= 0.11.1) pact-mock_service (= 3.11.2) pact-provider-verifier (= 1.38.0) - pact_broker-client (= 1.72.0) + pact_broker-client (= 1.73.0) rack (>= 2.2.6) webrick (= 1.8.1)