Skip to content

Commit 8027f67

Browse files
committed
Bump Ruby I18n requirement
Require 1.9, the first version tested against Ruby 3.1 Close #1097 Ref: https://github.com/ruby-i18n/i18n/releases?page=2
1 parent 37e183a commit 8027f67

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

78
## 6.19.0

money.gemspec

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

1717
s.add_dependency "bigdecimal"
18-
s.add_dependency 'i18n', [">= 0.6.4", '<= 2']
18+
s.add_dependency 'i18n', "~> 1.9"
1919

2020
s.add_development_dependency "bundler"
2121
s.add_development_dependency "rake"

0 commit comments

Comments
 (0)