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

Replace URI.decode with URI::DEFAULT_PARSER.unescape #517

Merged
merged 1 commit into from
Mar 5, 2023
Merged

Conversation

parkr
Copy link
Member

@parkr parkr commented Mar 5, 2023

This was how URI.decode was implemented.

Removed in ruby/uri@61c6a47ebf

Fixes #509.

This was how URI.decode was implemented.

Removed in ruby/uri@61c6a47ebf
@parkr
Copy link
Member Author

parkr commented Mar 5, 2023

@jekyllbot: merge +fix

@jekyllbot jekyllbot merged commit cbb127d into master Mar 5, 2023
@jekyllbot jekyllbot deleted the uri-decode branch March 5, 2023 23:25
jekyllbot added a commit that referenced this pull request Mar 5, 2023
github-actions bot pushed a commit that referenced this pull request Mar 5, 2023
Parker Moore: Replace URI.decode with URI::DEFAULT_PARSER.unescape (#517)

Merge pull request 517
@ashmaroli
Copy link
Member

Was blogger importer the only importer using the removed URI method?

@parkr
Copy link
Member Author

parkr commented Mar 6, 2023

Yes!

@jekyll jekyll locked and limited conversation to collaborators Mar 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import blogger command fails with undefined method 'decode' for URI:Module (NoMethodError)
3 participants