grodowski / undercover

undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports
https://undercover-ci.com
MIT License
724 stars 28 forks source link

Ruby 3.3.0 - Add bigdecimal into gemspec #205

Closed Laykou closed 10 months ago

Laykou commented 10 months ago

Running this in Ruby 3.3.0 I received following error

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 undercover-0.4.5 to add bigdecimal into its gemspec.

grodowski commented 10 months ago

Thanks @Laykou, I will be releasing a 3.3.0 update soon (~this week)