Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 3 support #52

Open
thisismydesign opened this issue May 25, 2023 · 1 comment
Open

Ruby 3 support #52

thisismydesign opened this issue May 25, 2023 · 1 comment

Comments

@thisismydesign
Copy link

I got the following issue after upgrading to Ruby 3:

ArgumentError (wrong number of arguments (given 4, expected 2..3))

google-cloud-storage only added support for Ruby 3 in 1.31.0. In the gemspec ~> 1.18 is defined, but in the last release it's still ~> 1.18.2 and I cannot update.

Could you release the current master and possibly bump google-cloud-storage?

@Moonlight-Angel
Copy link

@mshibuya I can see some commits on the main branch regarding Ruby 3 compatibility and I was able to confirm that it fixes the Ruby 3 compatibilty.
Can you push a new release so we can avoid referencing the main branch in our Gemfiles ?
Thank you for maintaining this gem ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants