envato / double_entry

A double-entry accounting system for Ruby applications.
https://rubygems.org/gems/double_entry
MIT License
429 stars 68 forks source link

Money.infinite_precision is deprecated #197

Closed arrowcircle closed 3 years ago

arrowcircle commented 3 years ago

Hey! It looks like money gem changed something inside and log files are full of

[DEPRECATION] Money.infinite_precision is deprecated - use Money.default_infinite_precision instead.

Any plans on fixing it?

arrowcircle commented 3 years ago

It looks like this problem is inside money gem. Possible solution is to use version before 6.14. There were merged changes in money gem that fixes these deprecations, but they are not released yet.