RubyMoney/money

Improve i18n version constraints

tagliala opened this issue · 1 comments

s.add_dependency 'i18n', [">= 0.6.4", '<= 2']

Probably the first i18n version fully compatible with Ruby 3.0 is v1.8.6.

Ref:

Actually:

< 0.8.0

Finished in 0.1731 seconds (files took 0.22427 seconds to load)
510 examples, 95 failures

0.8.0

Finished in 0.16345 seconds (files took 0.21812 seconds to load)
510 examples, 0 failures