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

Address URI depreciation #2060

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Address URI depreciation #2060

merged 1 commit into from
Nov 7, 2024

Conversation

dentarg
Copy link
Member

@dentarg dentarg commented Nov 7, 2024

Avoid this upcoming warning:

# ruby -v -w -ruri -e 'p=URI::Parser.new; p.unescape("")'
ruby 3.4.0dev (2024-11-07T00:17:16Z master 342455e56f) +PRISM [x86_64-linux]
-e:1: warning: URI::RFC3986_PARSER.unescape is obsoleted. Use URI::RFC2396_PARSER.unescape explicitly.

Close #2057

Aovid this upcoming warning:

    # ruby -v -w -ruri -e 'p=URI::Parser.new; p.unescape("")'
    ruby 3.4.0dev (2024-11-07T00:17:16Z master 342455e56f) +PRISM [x86_64-linux]
    -e:1: warning: URI::RFC3986_PARSER.unescape is obsoleted. Use URI::RFC2396_PARSER.unescape explicitly.
@dentarg dentarg merged commit 3c888f7 into sinatra:main Nov 7, 2024
26 checks passed
@dentarg dentarg deleted the fix-uri branch November 7, 2024 17:14
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.

Address warning: URI::RFC3986_PARSER.unescape is obsoleted.
1 participant