markevans / dragonfly

A Ruby gem for on-the-fly processing - suitable for image uploading in Rails, Sinatra and much more!
http://markevans.github.io/dragonfly
MIT License
2.12k stars 244 forks source link

Ruby 2.7 deprecated URI.unescape #508

Closed alberto-mota closed 4 years ago

alberto-mota commented 4 years ago

URI.unescape (alias of URI.decode), has been deprecated. We need to update the implementation of that method.

markevans commented 4 years ago

cheers 👍