Skip to content

Commit 692f25a

Browse files
authored
Merge pull request rails#51856 from yahonda/restore_warning_condition_for_ruby34
Restore unused block warnings condition for Ruby 3.4
2 parents 5c92d45 + cba2b2f commit 692f25a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

activesupport/lib/active_support/testing/strict_warnings.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ class WarningError < StandardError; end
1414
# Expected non-verbose warning emitted by Rails.
1515
/Ignoring .*\.yml because it has expired/,
1616
/Failed to validate the schema cache because/,
17-
18-
# Ref: https://bugs.ruby-lang.org/issues/15554
19-
# This new Ruby 3.4 warning is still being fined tuned to reduce false positives
20-
/the block passed to/,
2117
)
2218

2319
SUPPRESSED_WARNINGS = Regexp.union(

0 commit comments

Comments
 (0)