marksweston / finance

A library for financial calculations in Ruby
https://rubygems.org/gems/finance
Other
221 stars 91 forks source link

Suppress `warning: BigDecimal.new is deprecated` #46

Open djdarkbeat opened 4 years ago

djdarkbeat commented 4 years ago

See similar change in Rails for Ruby 2.5 https://github.com/rails/rails/commit/e4a6a23aa77185127ce9609777820fab14a689bb

Epigene commented 4 years ago

The use of BigDecimal.new is incompatible with Ruby 2.7. Should I make a PR to fix this? The changes are trivial..