Fix next Rails version in intended removal

Following-up #44728
This commit is contained in:
Robin Dupret 2022-04-03 14:35:21 +02:00
parent 926b803297
commit 4067f564a5

@ -112,7 +112,7 @@ def self.to_time_preserves_timezone
def self.to_time_preserves_timezone=(value)
unless value
ActiveSupport::Deprecation.warn(
"Support for the pre-Ruby 2.4 behavior of to_time has been deprecated and will be removed in Rails 7.1."
"Support for the pre-Ruby 2.4 behavior of to_time has been deprecated and will be removed in Rails 7.2."
)
end