Skip to content

Commit 1a09707

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
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)