We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 926b803 + 4067f56 commit 3ae590fCopy full SHA for 3ae590f
activesupport/lib/active_support.rb
@@ -112,7 +112,7 @@ def self.to_time_preserves_timezone
112
def self.to_time_preserves_timezone=(value)
113
unless value
114
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."
+ "Support for the pre-Ruby 2.4 behavior of to_time has been deprecated and will be removed in Rails 7.2."
116
)
117
end
118
0 commit comments