Skip to content

Commit 4067f56

Browse files
committed
Fix next Rails version in intended removal
Following-up rails#44728
1 parent 926b803 commit 4067f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def self.to_time_preserves_timezone
112112
def self.to_time_preserves_timezone=(value)
113113
unless value
114114
ActiveSupport::Deprecation.warn(
115-
"Support for the pre-Ruby 2.4 behavior of to_time has been deprecated and will be removed in Rails 7.1."
115+
"Support for the pre-Ruby 2.4 behavior of to_time has been deprecated and will be removed in Rails 7.2."
116116
)
117117
end
118118

0 commit comments

Comments
 (0)