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.
1 parent 8f9c561 commit 514a903Copy full SHA for 514a903
activesupport/lib/active_support/deprecation/reporting.rb
@@ -152,7 +152,7 @@ def extract_callstack(callstack)
152
153
def _extract_callstack(callstack)
154
ActiveSupport.deprecator.warn(<<~MESSAGE)
155
- Passing the result of `caller` to ActiveSupport::Deprecation#warn is deprecated and will be removed in Rails 7.2.
+ Passing the result of `caller` to ActiveSupport::Deprecation#warn is deprecated and will be removed in Rails 7.3.
156
157
Please pass the result of `caller_locations` instead.
158
MESSAGE
0 commit comments