Skip to content

Commit 3b88709

Browse files
committed
Bump Ruby version and add bigdecimal
1 parent b6baded commit 3b88709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eu_central_bank.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Gem::Specification.new do |s|
1515
s.metadata['source_code_uri'] = "https://github.com/RubyMoney/eu_central_bank"
1616
s.metadata['bug_tracker_uri'] = "https://github.com/RubyMoney/eu_central_bank/issues"
1717

18-
s.required_ruby_version = ">= 3.0.0"
18+
s.required_ruby_version = ">= 3.1.0"
1919

20+
s.add_dependency "bigdecimal"
2021
s.add_dependency "nokogiri", "~> 1.11"
2122
s.add_dependency "money", "~> 6.19"
2223

0 commit comments

Comments
 (0)