undefined method `encode' for URI:Module in Ruby 3
ryoung opened this issue · 1 comments
ryoung commented
#87 added URI.encode
to parse the URL - however, URI.encode
has been deprecated since ruby 2.7 and has been completely removed in ruby 3. This change makes the filestack library incompatible with Ruby 3.
carlwiedemann commented
cc @gabifija Can you remark whether this project is still officially supported by filestack?