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

Update gem to fix for obsolete URI escape and unescape methods #1

Conversation

crwenner
Copy link
Member

In order to remove the warnings about the use of URI#unescape and
URI#escape, this pull request updates the mentioned methods to use
URI::DEFAULT_PARSER.

In order to remove the warnings about the use of URI#unescape and
URI#escape, this pull request updates the mentioned methods to use
`URI::DEFAULT_PARSER`.
@dmhuff dmhuff merged commit 768039d into master Nov 3, 2020
@dmhuff dmhuff deleted the update-to-remove-obsolete-warnings-for-uri-escape-and-unescape branch November 3, 2020 13:46
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.

2 participants