google-cloud-ruby doesn't bundle for ruby 2.5.0

Created on 23 Jan 2018  路  3Comments  路  Source: googleapis/google-cloud-ruby

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?

question

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

timanovsky picture timanovsky  路  41Comments

frankyn picture frankyn  路  25Comments

chvreddy picture chvreddy  路  25Comments

quartzmo picture quartzmo  路  21Comments

untoldone picture untoldone  路  21Comments