I want to use google-cloud-ruby with ruby version 2.5.0. But its still not available for latest version of ruby and I keep getting this error while bundling
grpc-1.8.3-x86_64-linux requires ruby version < 2.5,
which is incompatible with the current version, ruby 2.5.0p0
grpc 1.9.0.pre1-x86_64-linux compatible with ruby 2.5.0 has already made a prerelease.
when can we expect a new release for google-cloud-ruby?
It looks like when grpc 1.9.0 is released it will support Ruby 2.5. The google-cloud-* gems will not need new releases to use the new version of grpc.
If you want to use the grpc prerelease in your project using Bundler now, you can specify it by adding the following to your Gemfile:
gem "grpc", "1.9.0.pre1"
FWIW, grpc version 1.9.0.pre3 has been released. If you can, please try it and let the grpc team know if you have any issues running on Ruby 2.5.
The grpc versions 1.9.1 and 1.10.0 both include support for Ruby 2.5. We also have Ruby 2.5 running on CI. Closing this issue.
Most helpful comment
The grpc versions 1.9.1 and 1.10.0 both include support for Ruby 2.5. We also have Ruby 2.5 running on CI. Closing this issue.