From 8e9dc71fe4a8a4219d4aec0319c8c18342d27c79 Mon Sep 17 00:00:00 2001 From: Tim Craft Date: Thu, 2 Jan 2025 11:56:59 +0000 Subject: [PATCH] Add version specifier for bigdecimal dependency --- percentage.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/percentage.gemspec b/percentage.gemspec index f3509e5..4634acd 100644 --- a/percentage.gemspec +++ b/percentage.gemspec @@ -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