summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-25 13:10:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-08-25 13:11:06 +0900
commit70272ca65c59f787e48c219c8946b22ce310fef0 (patch)
treebd8a003afe226e2e29e508c98fb25cd0fabc7f56 /lib
parent3a70afad32f183daa8b3ddc36cb75b27e47ef623 (diff)
Warn for bigdecimal.so case too
Diffstat (limited to 'lib')
-rw-r--r--lib/bundled_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index b163182eab..7dbb761dbf 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -26,6 +26,7 @@ module Gem::BUNDLED_GEMS
EXACT = {
"abbrev" => true,
"base64" => true,
+ "bigdecimal" => true,
"csv" => true,
"drb" => true,
"getoptlong" => true,