Skip to content

Commit

Permalink
Revert "Skip to warn like 'bigdecimal/util' feature."
Browse files Browse the repository at this point in the history
This reverts commit 8f6cf72.
  • Loading branch information
hsbt committed Dec 8, 2023
1 parent f2c84c4 commit cc98265
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/bundled_gems.rb
Expand Up @@ -103,9 +103,6 @@ def self.warning?(name, specs: nil)
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
Expand Down

0 comments on commit cc98265

Please sign in to comment.