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 authored and pull[bot] committed Feb 8, 2024
1 parent cd76eea commit 5998209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/bundled_gems.rb
Original file line number Diff line number Diff line change
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 5998209

Please sign in to comment.