Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Upcoming 7.0.0.alpha

- Require Ruby >= 3.1 and I18n ~> 1.9
- **Potential breaking change**: Fix USDC decimals places from 2 to 6
- **Potential breaking change**: Fix MGA (Malagasy Ariary) to be a zero-decimal currency (changing subunit_to_unit from 5 to 1)
- Fix typo in ILS currency
Expand Down
2 changes: 1 addition & 1 deletion money.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.license = "MIT"

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

s.add_development_dependency "bundler"
s.add_development_dependency "rake"
Expand Down