summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-22 14:35:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-22 14:35:25 +0900
commit1c93288f8bbf667cb95eb7137b2fe64213894b77 (patch)
treed4e523bb86fde9a472c40a7731e8793cbc67699d
parentceafdb5a23b8e72443b186c3cc091dad12110ba9 (diff)
Added bigdecimal to warning targets for the bundled gems.
[Bug #19843]
-rw-r--r--lib/bundled_gems.rb3
1 files changed, 2 insertions, 1 deletions
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 = {