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?
I got the following issue after upgrading to Ruby 3:
ArgumentError (wrong number of arguments (given 4, expected 2..3))google-cloud-storageonly added support for Ruby 3 in1.31.0. In the gemspec~> 1.18is defined, but in the last release it's still~> 1.18.2and I cannot update.Could you release the current master and possibly bump
google-cloud-storage?