Closed eredi93 closed 4 years ago
👋 @bradymholt any chance you could look at this? 🙏
Thanks for the PR @eredi93 ! I'll go ahead and merge this. I'll need to update our generation template too but I can do that separately. I'll try to get a new version released today and post back here when it is available.
Version 1.18 should drop usage of URI.encode
to avoid that error.
Thanks @bradymholt 😄
When using the SDK w/ Ruby 2.7
URI.escape
warning are being loggedFrom the URI docs: https://ruby-doc.org/stdlib-2.6.3/libdoc/uri/rdoc/URI/Escape.html
I just removed the
URI.encode
as it seems is not really needed. By looking at the source it seems that there are no GET params to escape