diff --git a/.rubocop.yml b/.rubocop.yml index 01d16f7aa..8e225e3fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -219,3 +219,7 @@ Style/RedundantPercentQ: Lint/RequireParentheses: Enabled: true +# BigDecimal.new was removed in Ruby 3.4. Use BigDecimal() instead. +Lint/BigDecimalNew: + Enabled: true +