RubyMoney / money

A Ruby Library for dealing with money and currency conversion.
http://rubymoney.github.io/money
MIT License
2.75k stars 626 forks source link

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

Closed mwolman closed 9 months ago

mwolman commented 9 months ago

I have a project that uses Ruby 2.7 and Rails 7.1 and I'm getting this deprecation everywhere:

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

Can you upgrade money to 6.14.0 where they fix this issue? Thank you 🤗

mwolman commented 9 months ago

Sorry, I wanted to open this issue in another gem 🙈