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

fix: ostruct was loaded from the standard library #175

Closed Luliko-hub closed 1 month ago

Luliko-hub commented 1 month ago

Fixes #173

This PR addresses the warning related to the ostruct library being removed from the standard library in Ruby 3.5.0 by adding it as an explicit dependency in the gemspec file.

YOU54F commented 1 month ago

thanks!