Skip to content

Fix URI parsing for uri 1.0 (obsolete warning) #256

Open
@cllns

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:

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions