Skip to content

Commit

Permalink
chore: point to v3 generator branch
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 13, 2024
1 parent 2245267 commit fabc516
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fabc516

Please sign in to comment.