Skip to content

Commit 38982e7

Browse files
committed
Allow Rack unprocessable_entity deprecation warnings
We still need to figure out what we'll do with this, in the meantime let's not fail builds because of it.
1 parent 35bfb52 commit 38982e7

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)