qbwc / qbxml

QBXML Parser and Validation Tool
MIT License
27 stars 41 forks source link

Eliminate Ruby 2.6 BigDecimal warning #24

Closed rchekaluk closed 3 years ago

rchekaluk commented 5 years ago

Eliminates Ruby 2.6 warning:

BigDecimal.new is deprecated; use BigDecimal() method instead.
JasonBarnabe commented 3 years ago

This has conflicts but I've applied the same stuff in #29. Thanks!