From a0eccee1c696c1dbe1734e61e7743e98ecab2be3 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 20 Jan 2025 15:55:17 +0000 Subject: [PATCH] chore(test-deps): update example Gemfiles --- example/animal-service/Gemfile.lock | 2 +- example/zoo-app/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/example/animal-service/Gemfile.lock b/example/animal-service/Gemfile.lock index 72687cfa..d4673ece 100644 --- a/example/animal-service/Gemfile.lock +++ b/example/animal-service/Gemfile.lock @@ -4,7 +4,7 @@ PATH pact (1.66.0) jsonpath (~> 1.0) pact-mock_service (~> 3.0, >= 3.3.1) - pact-support (~> 1.19, >= 1.19.0) + pact-support (~> 1.21, >= 1.21.0) rack-test (>= 0.6.3, < 3.0.0) rainbow (~> 3.1) rspec (~> 3.0) diff --git a/example/zoo-app/Gemfile.lock b/example/zoo-app/Gemfile.lock index 20f10ef6..a0b5c8b1 100644 --- a/example/zoo-app/Gemfile.lock +++ b/example/zoo-app/Gemfile.lock @@ -4,7 +4,7 @@ PATH pact (1.66.0) jsonpath (~> 1.0) pact-mock_service (~> 3.0, >= 3.3.1) - pact-support (~> 1.19, >= 1.19.0) + pact-support (~> 1.21, >= 1.21.0) rack-test (>= 0.6.3, < 3.0.0) rainbow (~> 3.1) rspec (~> 3.0) @@ -46,11 +46,13 @@ GEM rspec (>= 2.14) thor (>= 0.19, < 2.0) webrick (~> 1.8) - pact-support (1.20.2) + pact-support (1.21.2) awesome_print (~> 1.9) diff-lcs (~> 1.5) expgen (~> 0.1) + jsonpath (~> 1.0) rainbow (~> 3.1.1) + string_pattern (~> 2.0) pact_broker-client (1.77.0) base64 (~> 0.2) dig_rb (~> 1.0)