Skip to content

Avoid using URI.escape/unescape when Ruby 2.7 is running#94

Open
ts-3156 wants to merge 1 commit intochriskite:nextfrom
egotter:next
Open

Avoid using URI.escape/unescape when Ruby 2.7 is running#94
ts-3156 wants to merge 1 commit intochriskite:nextfrom
egotter:next

Conversation

@ts-3156
Copy link
Copy Markdown

@ts-3156 ts-3156 commented Mar 20, 2020

Hi,

Thanks for the useful gem!
This PR suppresses the below errors.

/BUNDLE_ROOT/ruby/2.7.0/gems/anemone-0.7.2/lib/anemone/page.rb:157: warning: URI.unescape is obsolete
/BUNDLE_ROOT/ruby/2.7.0/gems/anemone-0.7.2/lib/anemone/page.rb:157: warning: URI.escape is obsolete

@brutuscat
Copy link
Copy Markdown
Contributor

@ts-3156 could you re-submit this on my fork at brutuscat/medusa

@chriskite no longer maintain this, but I am trying to re-launch a similar gem using code here in my fork.

@brutuscat
Copy link
Copy Markdown
Contributor

BTW I've seen this problem too and I seems fixed in my master branch https://github.com/brutuscat/medusa/blob/master/lib/medusa/page.rb#L161

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