googleapis / gapic-generator-ruby

Generate Ruby gRPC client libraries from Protocol Buffer definitions.
Apache License 2.0
45 stars 32 forks source link

chore: Resolve BigDecimal warning #1078

Closed blowmage closed 4 months ago

blowmage commented 5 months ago

This PR updates the gemspec to add an explicit dependency on the bigdecimal gem. This resolves the following warning:

warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec.