honeybadger-io / honeybadger-ruby

Ruby gem for reporting errors to honeybadger.io
https://docs.honeybadger.io/lib/ruby/
MIT License
250 stars 146 forks source link

The `bigdecimal` gem needs to be added as an explicit dependency #576

Closed gstokkink closed 4 months ago

gstokkink commented 4 months ago

I get the following warning when trying to load honeybadger into my Ruby 3.3.3 application:

/Users/work/.rbenv/versions/3.3.3/lib/ruby/gems/3.3.0/gems/honeybadger-5.13.1/lib/honeybadger/util/sanitizer.rb:1: 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 honeybadger-5.13.1 to add bigdecimal into its gemspec.

gstokkink commented 4 months ago

Thanks @stympy!

stympy commented 3 months ago

Thanks for the report! This fix is included in the 5.14.0 release.