Skip to content

Commit 579286a

Browse files
authored
Merge pull request #1103 from tagliala/chore/1097-i18n-version
Bump Ruby I18n requirement
2 parents 30ed159 + de4b41c commit 579286a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Upcoming 7.0.0.alpha
44

5+
- Require Ruby >= 3.1 and I18n ~> 1.9
56
- **Potential breaking change**: Fix USDC decimals places from 2 to 6
67
- **Potential breaking change**: Fix MGA (Malagasy Ariary) to be a zero-decimal currency (changing subunit_to_unit from 5 to 1)
78
- Fix typo in ILS currency

money.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.license = "MIT"
1515

1616
s.add_dependency "bigdecimal"
17-
s.add_dependency 'i18n', [">= 0.6.4", '<= 2']
17+
s.add_dependency 'i18n', "~> 1.9"
1818

1919
s.add_development_dependency "bundler"
2020
s.add_development_dependency "rake"

0 commit comments

Comments
 (0)