Skip to content

Comments

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

Merged
dmhuff merged 1 commit intomasterfrom
update-to-remove-obsolete-warnings-for-uri-escape-and-unescape
Nov 3, 2020
Merged

Update gem to fix for obsolete URI escape and unescape methods#1
dmhuff merged 1 commit intomasterfrom
update-to-remove-obsolete-warnings-for-uri-escape-and-unescape

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