From 17f64c91640061d509455cd53117757e373211fc Mon Sep 17 00:00:00 2001 From: bethesque Date: Tue, 20 Jul 2021 01:02:23 +0000 Subject: [PATCH] feat(gems): update to pact_broker-client (1.47.0) --- packaging/Gemfile | 2 +- packaging/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/Gemfile b/packaging/Gemfile index 7f9d6c2..f5846c5 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -4,6 +4,6 @@ gem "pact", "1.57.0" gem "pact-message", "0.11.1" gem "pact-mock_service", "3.9.0" gem "pact-provider-verifier", "1.35.1" -gem "pact_broker-client", "1.46.0" +gem "pact_broker-client", "1.47.0" gem "webrick", "1.3.1" # Later versions require Ruby 2.3 gem "rack", "~>2.1.1" diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index 2f1d5a3..5788999 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -16,7 +16,7 @@ GEM json (2.5.1) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0225) + mime-types-data (3.2021.0704) multi_xml (0.6.0) multipart-post (2.1.1) pact (1.57.0) @@ -56,7 +56,7 @@ GEM diff-lcs (~> 1.4) randexp (~> 0.1.7) term-ansicolor (~> 1.0) - pact_broker-client (1.46.0) + pact_broker-client (1.47.0) dig_rb (~> 1.0) httparty (~> 0.18) rake (~> 13.0) @@ -71,7 +71,7 @@ GEM rack-proxy (~> 0.6, >= 0.6.1) rack-test (1.1.0) rack (>= 1.0, < 3) - rake (13.0.3) + rake (13.0.6) randexp (0.1.7) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -105,7 +105,7 @@ DEPENDENCIES pact-message (= 0.11.1) pact-mock_service (= 3.9.0) pact-provider-verifier (= 1.35.1) - pact_broker-client (= 1.46.0) + pact_broker-client (= 1.47.0) rack (~> 2.1.1) webrick (= 1.3.1)