protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

Ruby Version Mismatch for google-protobuf in x86_64-linux variant

Open gregoryfm opened this issue 5 months ago • 1 comments

I’m using a gem that has google-protobuf version 3.23.4 as a dependency. I’ve installed the gem and its dependencies on my machine (MacBook M3) without any issues. However, the CI is broken on GitHub Actions because the x86_64-linux variant has a different Ruby version requirement (>= 2.6, < 3.3.dev) compared to the main version 3.23.4, which requires Ruby >= 2.3.

Is there a specific reason for this difference, and would it be possible to update the x86_64-linux variant to match the standard version’s requirement of Ruby >= 2.3?

https://rubygems.org/gems/google-protobuf/versions/3.23.4 https://rubygems.org/gems/google-protobuf/versions/3.23.4-x86_64-linux

Thank you.

gregoryfm avatar Aug 30 '24 06:08 gregoryfm