Skip to content

Commit 514a903

Browse files
committed
Fix next Rails version in a deprecation message
1 parent 8f9c561 commit 514a903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/deprecation/reporting.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def extract_callstack(callstack)
152152

153153
def _extract_callstack(callstack)
154154
ActiveSupport.deprecator.warn(<<~MESSAGE)
155-
Passing the result of `caller` to ActiveSupport::Deprecation#warn is deprecated and will be removed in Rails 7.2.
155+
Passing the result of `caller` to ActiveSupport::Deprecation#warn is deprecated and will be removed in Rails 7.3.
156156
157157
Please pass the result of `caller_locations` instead.
158158
MESSAGE

0 commit comments

Comments
 (0)