Skip to content

Commit

Permalink
Explictly add bigdecimal to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 23, 2024
1 parent f82d175 commit aa1c32d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ else
gem 'diff-lcs', '~> 1.4', '>= 1.4.3'
end

if RUBY_VERSION >= '3.3.0'
# This is being extracted in Ruby 3.4 and issues a warning on 3.3
gem 'bigdecimal', :require => false
end

if RUBY_VERSION < '2.3.0' && !!(RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/)
gem "childprocess", "< 1.0.0"
elsif RUBY_VERSION < '2.0.0'
Expand Down

0 comments on commit aa1c32d

Please sign in to comment.