-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 6.4.2
-
Component/s: None
-
Environment:ruby 2.6.0
BigDecimal(1) works down to ruby 1.9.
`warning: BigDecimal.new is deprecated` reported with ruby 2.6.0
ruby/2.6.0/lib/ruby/gems/mongoid-6.4.2/lib/mongoid/extensions/big_decimal.rb:56: warning: BigDecimal.new is deprecated; use BigDecimal() method instead.
Refer Ruby/BigDecimal
- is cloned by
-
RUBY-1653 Replace BigDecimal.new with BigDecimal() (bson)
- Closed