diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-08 20:25:04 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-12-08 20:25:04 +0900 |
| commit | cc9826503d989df877adbcd94d39a6ff78d0b785 (patch) | |
| tree | a06ff5ed6880c8801cab604fce20aceca55c89a3 /lib | |
| parent | f2c84c48842d47e7612c78d0627542b596945586 (diff) | |
Revert "Skip to warn like 'bigdecimal/util' feature."
This reverts commit 8f6cf72e661e36410848c1451335fd28a32cecdf.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bundled_gems.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index 873377dfd1..3967511cd1 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -103,9 +103,6 @@ module Gem::BUNDLED_GEMS return end return if WARNED[name] - # Ignore to warn like "bigdecimal/util" feature. - # It should be better to warn it, but it is difficult to cover all of target features. - return unless SINCE[name] WARNED[name] = true if gem == true gem = name |
