We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b136f7d commit 1a09707Copy full SHA for 1a09707
Gemfile
@@ -5,6 +5,7 @@ source 'https://rubygems.org'
5
gemspec
6
7
group :test do
8
+ gem 'bigdecimal' if RUBY_VERSION > '2.4'
9
gem 'rspec', '~> 3.8'
10
gem 'rspec-its', '~> 1.3'
11
end
0 commit comments