Skip to content

Commit 4d676ec

Browse files
committed
Update deprecator horizon for 7.3
This change was never released on 7.1, so we can't remove it on 7.2.
1 parent be21122 commit 4d676ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/core_ext/module/attr_internal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class << self
2525
def attr_internal_naming_format=(format)
2626
if format.start_with?("@")
2727
ActiveSupport.deprecator.warn <<~MESSAGE
28-
Setting `attr_internal_naming_format` with a `@` prefix is deprecated and will be removed in Rails 7.2.
28+
Setting `attr_internal_naming_format` with a `@` prefix is deprecated and will be removed in Rails 7.3.
2929
3030
You can simply replace #{format.inspect} by #{format.delete_prefix("@").inspect}.
3131
MESSAGE

0 commit comments

Comments
 (0)