Skip to content

Commit 3ae590f

Browse files
authored
Merge pull request rails#44832 from robin850/fix-removal-version
Fix next Rails version in intended removal
2 parents 926b803 + 4067f56 commit 3ae590f

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)