Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Rack 3.x #116

Open
YOU54F opened this issue Jun 17, 2024 · 0 comments · May be fixed by #122
Open

Support Rack 3.x #116

YOU54F opened this issue Jun 17, 2024 · 0 comments · May be fixed by #122

Comments

@YOU54F
Copy link
Member

YOU54F commented Jun 17, 2024

Support for Rack 2.x and 3.x was added in

pact-foundation/pact-mock_service#152

and released in 3.12.2

https://rubygems.org/gems/pact-mock_service/versions/3.12.2

This is now preventing upgrades to

pact-ruby-standalone

Fetching gem metadata from http://rubygems.org/............
Resolving dependencies...
Could not find compatible versions

Because pact-mock_service >= 3.12.2 depends on rack >= 3.0, < 4.0
  and pact-provider-verifier >= 1.26.0 depends on rack ~> 2.1,
pact-mock_service >= 3.12.2 is incompatible with pact-provider-verifier >=
1.26.0.
So, because Gemfile depends on pact-mock_service = 3.12.2
  and Gemfile depends on pact-provider-verifier = 1.38.0,
  version solving has failed.

pact-ruby-cli

bundle update pact-mock_service
A gemspec development dependency (bump, ~> 0.9) is being overridden by a Gemfile dependency (bump, ~> 0.5).
This behaviour may change in the future. Please remove either of them, or make sure they both have the same requirement
Fetching gem metadata from https://rubygems.org/...........
Resolving dependencies...
Resolving dependencies...
Bundler attempted to update pact-mock_service but its version stayed the same
Bundle updated!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant