We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a42d7 commit 2f3af3cCopy full SHA for 2f3af3c
Gemfile
@@ -8,4 +8,7 @@ if ENV['X_PACT_DEVELOPMENT']
8
gem "pact", path: '../pact'
9
gem "pact-message", path: '../pact-message-ruby'
10
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'
14
end
0 commit comments