You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: