flowcommerce / ruby-sdk

MIT License
1 stars 4 forks source link

Deprecation Warnings When Running on Ruby 2.6 #25

Closed tubbo closed 2 years ago

tubbo commented 5 years ago

When running on Ruby 2.6, deprecation warnings similar to this will be sent to STDOUT every time the flow gem calls Helper.to_big_decimal:

warning: BigDecimal.new is deprecated; use BigDecimal() method instead.

Is there a way to regenerate the code so that BigDecimal() is used rather than BigDecimal.new?