pact-foundation / pact-ruby

Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
https://pact.io
MIT License
2.17k stars 216 forks source link

fix: updating pact-support dependency version #247

Closed naresh-hopin closed 3 years ago

naresh-hopin commented 3 years ago

Recently we have updated the pact-support gem to remove the randexp dependency. In order to get that change in pact, I am updating the pact-support version in this PR.

pact-support PR - https://github.com/pact-foundation/pact-support/pull/91

cc: @bethesque

bethesque commented 3 years ago

That's very kind, but it's not required for you to get the latest version of the pact-support gem. Just bundle update, and you'll get it.

naresh-hopin commented 3 years ago

Hey @bethesque Sorry to bug you again. I tried bundle update few of the other gems in our project are getting updated and that's causing few issues. Targetted bundle update pact-support works but thought like if this version change is published in the pact it would be a cleaner way to move forward.

Thanks :)

bethesque commented 3 years ago

bundle update pact-support is the correct way to do it 👍🏽