getgauge / gauge-ruby

Ruby runner for Gauge.
http://getgauge.org
Apache License 2.0
24 stars 11 forks source link

Correct compatibility for gauge-ruby gem #359

Closed chadlwilson closed 3 months ago

chadlwilson commented 3 months ago

gauge-ruby is not currently compatible with google-protobuf 4 as it has a direct dependency with a breaking change. Will release a patch release that corrects the constraints to avoid people's dependabots breaking things.

Also works around an independent grpc problem with 1.65.0 that is breaking the integration tests due to polluted stdout/stderr (but may not be an issue at runtime): https://github.com/grpc/grpc/issues/37178

gaugebot[bot] commented 3 months ago

@chadlwilson Thank you for contributing to gauge-ruby. Your pull request has been labeled as a release candidate 🎉🎉.

Merging this PR will trigger a release.

Please bump up the version as part of this PR.

Instructions to bump the version can found at CONTRIBUTING.md

If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done.