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.
1 parent 926b803 commit 4067f56Copy full SHA for 4067f56
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