Skip to content

Commit

Permalink
Bump Ruby I18n requirement
Browse files Browse the repository at this point in the history
Require 1.9, the first version tested against Ruby 3.1

Close #1097

Ref: https://github.com/ruby-i18n/i18n/releases?page=2
  • Loading branch information
tagliala committed May 31, 2024
1 parent 37e183a commit 8027f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

## 6.19.0
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

0 comments on commit 8027f67

Please sign in to comment.