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

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

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

ts-3156
Copy link

@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
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
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
2 participants