From aa1c32daeeead97732ec49bc51c6831f10c55339 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Fri, 23 Feb 2024 14:52:00 +0000 Subject: [PATCH] Explictly add bigdecimal to Gemfile --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 949b3d0b..847643a5 100644 --- a/Gemfile +++ b/Gemfile @@ -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'