lib/active_support/multibyte/unicode.rb in activesupport-6.1.4.7 vs lib/active_support/multibyte/unicode.rb in activesupport-6.1.5

- old
+ new

@@ -8,16 +8,16 @@ # The Unicode version that is supported by the implementation UNICODE_VERSION = RbConfig::CONFIG["UNICODE_VERSION"] def default_normalization_form ActiveSupport::Deprecation.warn( - "ActiveSupport::Multibyte::Unicode.default_normalization_form is deprecated and will be removed in Rails 6.2." + "ActiveSupport::Multibyte::Unicode.default_normalization_form is deprecated and will be removed in Rails 7.0." ) end def default_normalization_form=(_) ActiveSupport::Deprecation.warn( - "ActiveSupport::Multibyte::Unicode.default_normalization_form= is deprecated and will be removed in Rails 6.2." + "ActiveSupport::Multibyte::Unicode.default_normalization_form= is deprecated and will be removed in Rails 7.0." ) end # Decompose composed characters to the decomposed form. def decompose(type, codepoints)