Rename deprecated normalize to unicode_normalize
This merge request introduces the following changes: - uses unicode_normalize instead of the deprecated normalize - updates babosa gem the new version that fixes the warning
Showing
... | @@ -267,7 +267,7 @@ gem 'kubeclient', '~> 4.9.1' | ... | @@ -267,7 +267,7 @@ gem 'kubeclient', '~> 4.9.1' |
# Sanitize user input | # Sanitize user input | ||
gem 'sanitize', '~> 5.2.1' | gem 'sanitize', '~> 5.2.1' | ||
gem 'babosa', '~> 1.0.2' | gem 'babosa', '~> 1.0.4' | ||
# Sanitizes SVG input | # Sanitizes SVG input | ||
gem 'loofah', '~> 2.2' | gem 'loofah', '~> 2.2' | ||
... | ... |
Please register or sign in to comment