We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30ed159 + de4b41c commit 579286aCopy full SHA for 579286a
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Upcoming 7.0.0.alpha
4
5
+- Require Ruby >= 3.1 and I18n ~> 1.9
6
- **Potential breaking change**: Fix USDC decimals places from 2 to 6
7
- **Potential breaking change**: Fix MGA (Malagasy Ariary) to be a zero-decimal currency (changing subunit_to_unit from 5 to 1)
8
- Fix typo in ILS currency
money.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
s.license = "MIT"
15
16
s.add_dependency "bigdecimal"
17
- s.add_dependency 'i18n', [">= 0.6.4", '<= 2']
+ s.add_dependency 'i18n', "~> 1.9"
18
19
s.add_development_dependency "bundler"
20
s.add_development_dependency "rake"
0 commit comments