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.
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.