Skip to content

Commit 528ee98

Browse files
hsbtclaude
andcommitted
Fix weak modifier flagged by quality_spec
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ce93811 commit 528ee98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/bundler/resolver.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,9 @@ def cooldown_now
500500

501501
# Reports, per gem, the newest version that cooldown kept out of a
502502
# successful resolution. A skipped version is only worth reporting when it
503-
# is newer than the version actually resolved and satisfies every
504-
# requirement the final resolution places on that gem, so we don't claim a
505-
# version the resolver could never have picked anyway.
503+
# is newer than the resolved version and satisfies every requirement the
504+
# final resolution places on that gem, so we don't claim a version the
505+
# resolver could never have picked anyway.
506506
def cooldown_skipped_summary(spec_set)
507507
return [] if @cooldown_skipped_specs.empty?
508508

0 commit comments

Comments
 (0)