Skip to content

Commit

Permalink
Add version specifier for bigdecimal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timcraft committed Jan 2, 2025
1 parent 0a051ca commit 8e9dc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percentage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
'bug_tracker_uri' => 'https://github.com/readysteady/percentage/issues',
'changelog_uri' => 'https://github.com/readysteady/percentage/blob/main/CHANGES.md'
}
s.add_runtime_dependency 'bigdecimal'
s.add_dependency 'bigdecimal', '~> 3'
end

0 comments on commit 8e9dc71

Please sign in to comment.