Skip to content

Commit 2f3af3c

Browse files
committed
chore: point to v3 generator branch
1 parent 78a42d7 commit 2f3af3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ if ENV['X_PACT_DEVELOPMENT']
88
gem "pact", path: '../pact'
99
gem "pact-message", path: '../pact-message-ruby'
1010
gem "pact-support", path: '../pact-support'
11+
else
12+
gem "pact-support", git: 'https://github.com/pact-foundation/pact-support.git', branch: 'feat/v3_generators'
13+
gem "pact", git: 'https://github.com/pact-foundation/pact-ruby.git', branch: 'feat/v3_generators'
1114
end

0 commit comments

Comments
 (0)