We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/app/vendor/bundle/ruby/2.7.0/gems/gabba-1.0.1/lib/gabba/gabba.rb:350: warning: URI.escape is obsolete
Looks like many libraries are dealing with this! Here's one approach to changing this: https://github.com/contentful/contentful.rb/pull/221/files
Spoiler alert - use: URI.encode_www_form_component(string)
URI.encode_www_form_component(string)
The text was updated successfully, but these errors were encountered:
Just ran into this problem myself... I think it's finally time to move on ;-) Gabba has been great...
Sorry, something went wrong.
No branches or pull requests
/app/vendor/bundle/ruby/2.7.0/gems/gabba-1.0.1/lib/gabba/gabba.rb:350: warning: URI.escape is obsolete
Looks like many libraries are dealing with this! Here's one approach to changing this:
https://github.com/contentful/contentful.rb/pull/221/files
Spoiler alert - use:
URI.encode_www_form_component(string)
The text was updated successfully, but these errors were encountered: