Fix deprecation warning related to unicode_normalize [RUN ALL RSPEC] [RUN AS-IF-FOSS]
What does this MR do?
Related issue: #328517 (closed) Closes: #208251 (closed)
This merge request introduces the following changes:
- uses
unicode_normalize
instead of the deprecatednormalize
method - updates
babosa
gem the new version of which usesunicode_normalize
instead of the deprecatednormalize
method
Edited by Igor Drozdov