Skip to content

Commit 7f80288

Browse files
authored
Merge pull request rails#52751 from Shopify/rack-deprecation
Allow Rack unprocessable_entity deprecation warnings
2 parents 35bfb52 + 38982e7 commit 7f80288

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
@@ -17,6 +17,9 @@ class WarningError < StandardError; end
1717

1818
# TODO: Can be removed if https://github.com/ruby/uri/issues/118 is addressed
1919
/URI::RFC3986_PARSER/,
20+
21+
# TODO: We need to decide what to do with this.
22+
/Status code :unprocessable_entity is deprecated/
2023
)
2124

2225
SUPPRESSED_WARNINGS = Regexp.union(

0 commit comments

Comments
 (0)