Skip to content

Commit bc4912f

Browse files
authored
Merge pull request rails#52682 from yahonda/suppress_rfc3986_parser_warning
Allow `URI::RFC3986_PARSER` warnings
2 parents a59ddc7 + 4bd2c30 commit bc4912f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

activesupport/lib/active_support/testing/strict_warnings.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ 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+
# TODO: Can be removed if https://github.com/ruby/uri/issues/118 is addressed
19+
/URI::RFC3986_PARSER/,
1720
)
1821

1922
SUPPRESSED_WARNINGS = Regexp.union(

0 commit comments

Comments
 (0)