ruby-pg
ruby-pg copied to clipboard
Add BigDecimal to gemspec for Ruby 3.3/4
trafficstars
Ruby 3.3 displays a warning when using pg-1.5.6
/usr/local/bundle/gems/pg-1.5.6/lib/pg/basic_type_registry.rb:229: 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. Also contact author of pg-1.5.6 to add bigdecimal into its gemspec.
This is already fixed by #556
@larskanis great! I couldnt find an issue mentioning BigDecimal, I didnt look in PRs. Any idea when the next Gem will come out with this fix?