Skip to content

Commit 1a09707

Browse files
authoredMay 22, 2024
CI: Add bigdecimal to Gemfile (#533)
1 parent b136f7d commit 1a09707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
55
gemspec
66

77
group :test do
8+
gem 'bigdecimal' if RUBY_VERSION > '2.4'
89
gem 'rspec', '~> 3.8'
910
gem 'rspec-its', '~> 1.3'
1011
end

0 commit comments

Comments
 (0)