mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
Revert "Skip to warn like 'bigdecimal/util' feature."
This reverts commit 8f6cf72e66
.
This commit is contained in:
parent
f2c84c4884
commit
cc9826503d
1 changed files with 0 additions and 3 deletions
|
@ -103,9 +103,6 @@ module Gem::BUNDLED_GEMS
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
return if WARNED[name]
|
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
|
WARNED[name] = true
|
||||||
if gem == true
|
if gem == true
|
||||||
gem = name
|
gem = name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue