-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: BSON
-
Environment:ruby 2.6.0
BigDecimal(1) works down to ruby 1.9.
The driver itself does not use BigDecimal, but bson-ruby does.
`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
- clones
-
MONGOID-4681 Replace BigDecimal.new with BigDecimal()
- Closed