Open
Description
If you update uri
to version 1.0
(which Ruby 3.4 will require by default but is possible now with 3.3), you get the following warning ~15 times:
~/hanami-view/lib/hanami/view/helpers/escape_helper.rb:123: warning: URI::RFC3986_PARSER.extract is obsolete. Use URI::RFC2396_PARSER.extract explicitly.
See the following related issues: