From 2f3af3c700d054b7ab93f23acaba85cbbf7cbc5e Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Tue, 13 Aug 2024 16:02:17 +0100 Subject: [PATCH] chore: point to v3 generator branch --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index e6cea9d..10c7458 100644 --- a/Gemfile +++ b/Gemfile @@ -8,4 +8,7 @@ if ENV['X_PACT_DEVELOPMENT'] gem "pact", path: '../pact' gem "pact-message", path: '../pact-message-ruby' gem "pact-support", path: '../pact-support' +else + gem "pact-support", git: 'https://github.com/pact-foundation/pact-support.git', branch: 'feat/v3_generators' + gem "pact", git: 'https://github.com/pact-foundation/pact-ruby.git', branch: 'feat/v3_generators' end