We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35bfb52 + 38982e7 commit 7f80288Copy full SHA for 7f80288
activesupport/lib/active_support/testing/strict_warnings.rb
@@ -17,6 +17,9 @@ class WarningError < StandardError; end
17
18
# TODO: Can be removed if https://github.com/ruby/uri/issues/118 is addressed
19
/URI::RFC3986_PARSER/,
20
+
21
+ # TODO: We need to decide what to do with this.
22
+ /Status code :unprocessable_entity is deprecated/
23
)
24
25
SUPPRESSED_WARNINGS = Regexp.union(
0 commit comments