What version of protobuf and what language are you using?
Version: main
Language: Ruby
What operating system (Linux, Windows, ...) and version?
All
What runtime / compiler are you using (e.g., python version or gcc version)
Any
What did you do?
Install latest rubygem.
What did you expect to see
Prebuilt binary for Ruby 3.2.0 to be installed
What did you see instead?
It is installing with native extensions (ie. compiling)
Anything else we should know about your project / environment
Reopening #11407 with proper template, and because the issue has been closed.
Virtually, the rubygem needs to explicitly support and build for Ruby 3.2.0 as well as the others.
Currently the native prebuilt gems are build for >= 2.5, < 3.2.DEV
(see https://rubygems.org/gems/google-protobuf/versions/3.21.12-x86_64-linux for instance)
We should add support for 3.2.0 as it has been released in December.
What version of protobuf and what language are you using?
Version: main
Language: Ruby
What operating system (Linux, Windows, ...) and version?
All
What runtime / compiler are you using (e.g., python version or gcc version)
Any
What did you do?
Install latest rubygem.
What did you expect to see
Prebuilt binary for Ruby 3.2.0 to be installed
What did you see instead?
It is installing
with native extensions(ie. compiling)Anything else we should know about your project / environment
Reopening #11407 with proper template, and because the issue has been closed.
Virtually, the rubygem needs to explicitly support and build for Ruby 3.2.0 as well as the others.
Currently the native prebuilt gems are build for
>= 2.5, < 3.2.DEV(see https://rubygems.org/gems/google-protobuf/versions/3.21.12-x86_64-linux for instance)
We should add support for 3.2.0 as it has been released in December.