From cc9826503d989df877adbcd94d39a6ff78d0b785 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 8 Dec 2023 20:25:04 +0900 Subject: [PATCH] Revert "Skip to warn like 'bigdecimal/util' feature." This reverts commit 8f6cf72e661e36410848c1451335fd28a32cecdf. --- lib/bundled_gems.rb | 3 --- 1 file changed, 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