Revert "Skip to warn like 'bigdecimal/util' feature."

This reverts commit 8f6cf72e66.
This commit is contained in:
Hiroshi SHIBATA 2023-12-08 20:25:04 +09:00
parent f2c84c4884
commit cc9826503d
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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