Remove deprecated active_support/core_ext/range/include_time_with_zone file

This commit is contained in:
Rafael Mendonça França 2023-01-24 15:45:05 +00:00
parent da8e6f6175
commit f0ddb7709b
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
3 changed files with 6 additions and 5 deletions

@ -1,3 +1,7 @@
* Remove deprecated `active_support/core_ext/range/include_time_with_zone` file.
*Rafael Mendonça França*
* Deprecate `config.active_support.remove_deprecated_time_with_zone_name`.
*Rafael Mendonça França*

@ -1,5 +0,0 @@
# frozen_string_literal: true
ActiveSupport.deprecator.warn(<<-MSG.squish)
`active_support/core_ext/range/include_time_with_zone` is deprecated and will be removed in Rails 7.1.
MSG

@ -149,6 +149,8 @@ Please refer to the [Changelog][active-support] for detailed changes.
* Remove deprecated `active_support/core_ext/uri` file.
* Remove deprecated `active_support/core_ext/range/include_time_with_zone` file.
### Deprecations
* Deprecate `config.active_support.disable_to_s_conversion`.