We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6baded commit 3b88709Copy full SHA for 3b88709
eu_central_bank.gemspec
@@ -15,8 +15,9 @@ Gem::Specification.new do |s|
15
s.metadata['source_code_uri'] = "https://github.com/RubyMoney/eu_central_bank"
16
s.metadata['bug_tracker_uri'] = "https://github.com/RubyMoney/eu_central_bank/issues"
17
18
- s.required_ruby_version = ">= 3.0.0"
+ s.required_ruby_version = ">= 3.1.0"
19
20
+ s.add_dependency "bigdecimal"
21
s.add_dependency "nokogiri", "~> 1.11"
22
s.add_dependency "money", "~> 6.19"
23
0 commit comments