anemone
anemone copied to clipboard
Avoid using URI.escape/unescape when Ruby 2.7 is running
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
@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.
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