pact-foundation / pact_broker-client

A Ruby and CLI client for the Pact Broker. Publish and retrieve pacts and verification results.
MIT License
69 stars 48 forks source link

Relax httparty dependency restriction #122

Closed kevin-j-m closed 1 year ago

kevin-j-m commented 1 year ago

Given that https://github.com/jnunemaker/httparty/issues/733 is resolved, this removes the restriction to stay on the 0.18 minor version of httparty.

Notably, the intent here is to allow for httparty to be updated in light of this issue: https://github.com/advisories/GHSA-5pq7-52mg-hr42.

httparty 0.21.0 has been released with a fix for this issue.

kevin-j-m commented 1 year ago

It's not clear to me how to resolve the 401 in the CI pipeline. If anyone familiar with the project knows, please feel free to modify this.

kevin-j-m commented 1 year ago

Looks like this was handled directly in 08597c28938c33261db54d91121b651cc05de540.