From 1a0970754d99f1b764758daecefe8bceaa5a4217 Mon Sep 17 00:00:00 2001 From: Masato Nakamura Date: Wed, 22 May 2024 18:41:46 +0900 Subject: [PATCH] CI: Add bigdecimal to Gemfile (#533) --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 0d36ffb5..87cf7719 100644 --- a/Gemfile +++ b/Gemfile @@ -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