Skip to content

Commit

Permalink
Update runtime dependency in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 30, 2024
1 parent f984436 commit 1a7e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_xml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Gem::Specification.new do |spec|
# guide at: https://bundler.io/guides/creating_gem.html
spec.metadata["rubygems_mfa_required"] = "true"

spec.add_runtime_dependency("bigdecimal")
spec.add_runtime_dependency("bigdecimal", "~> 3.1")
end

0 comments on commit 1a7e9af

Please sign in to comment.