Skip to content

Commit

Permalink
CI: Add bigdecimal to Gemfile (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nakamura145 authored May 22, 2024
1 parent b136f7d commit 1a09707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'bigdecimal' if RUBY_VERSION > '2.4'
gem 'rspec', '~> 3.8'
gem 'rspec-its', '~> 1.3'
end
Expand Down

0 comments on commit 1a09707

Please sign in to comment.