filestack/filestack-ruby

undefined method `encode' for URI:Module in Ruby 3

ryoung opened this issue · 1 comments

#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.

cc @gabifija Can you remark whether this project is still officially supported by filestack?