diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-08-25 12:52:06 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-08-25 12:52:10 +0900 |
| commit | 28b2cb10d5e6ffb2bfb5ecc4ca472a4849b2c1b3 (patch) | |
| tree | 191a69dd64550b02b592c8c1b4e8cfb2e03cd445 | |
| parent | bdd535eac6b7dbfae4697f4e965e8b07978322bf (diff) | |
We should also warn when loading 'bigdecimal/*' libraries
| -rw-r--r-- | lib/bundled_gems.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index 0a0d66fee5..c9fe964d8e 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -37,6 +37,7 @@ module Gem::BUNDLED_GEMS }.freeze PREFIXED = { + "bigdecimal" => true, "csv" => true, "drb" => true, "rinda" => true, |
