From 1c93288f8bbf667cb95eb7137b2fe64213894b77 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 22 Aug 2023 14:35:25 +0900 Subject: Added bigdecimal to warning targets for the bundled gems. [Bug #19843] --- lib/bundled_gems.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index 7b8c907041..469da637ea 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -18,7 +18,8 @@ module Gem::BUNDLED_GEMS "drb" => "3.4.0", "mutex_m" => "3.4.0", "csv" => "3.4.0", - "base64" => "3.4.0" + "base64" => "3.4.0", + "bigdecimal" => "3.4.0", }.freeze EXACT = { -- cgit v1.2.3