Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix URI::RFC3986_Parser deprecation warnings #617

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HashNotAdam
Copy link

Summary

URI::RFC3986_Parser.make_regexp is deprecated and the deprecation notice directs to use URI::RFC2396_PARSER.make_regexp instead. While the project is using URI::DEFAULT_PARSER, this currently returns URI::RFC3986_Parser.

`URI::DEFAULT_PARSER` currently returns `URI::RFC3986_Parser`.
`URI::RFC3986_Parser.make_regexp` is deprecated and the deprecation
notice directs to use `URI::RFC2396_PARSER.make_regexp` instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant