Scorched
Scorched copied to clipboard
lib/scorched/request.rb has incorrect require
You updated this file for URI.unescape() obsolescence to CGI.unescape() but didn't update the require.
I believe you need to update lib/scorched/request.rb to require 'cgi' instead of require 'uri'. It took a number of my apps before I ran into one that this caused an issue on since CGI is so ubiquitous.
Thanks for finding that. Fixed now in v1.0.2 which is now published.