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.
Bundler could not find compatible versions for gem "rack-test":
In snapshot (Gemfile.lock):
rack-test (= 2.0.2)
In Gemfile:
rails (~> 6.1) was resolved to 6.1.6.1, which depends on
actionpack (= 6.1.6.1) was resolved to 6.1.6.1, which depends on
rack-test (>= 0.6.3)
pact was resolved to 1.17.0, which depends on
rack-test (~> 0.6.2)
This change updates ruby-pact to allow v2 of rack-test
I was adding pact to a newish Rails project and hit an issue with
rack-test
(https://github.com/rack/rack-test/blob/main/History.md) dependency.This change updates
ruby-pact
to allow v2 of rack-test