Skip to content

Commit

Permalink
Skip to warn like 'bigdecimal/util' feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 8, 2023
1 parent 64e9853 commit 8f6cf72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/bundled_gems.rb
Expand Up @@ -103,6 +103,9 @@ 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 8f6cf72

Please sign in to comment.