cgi
cgi copied to clipboard
CGI library is removed from Ruby 3.5
test.cgi:8: warning: CGI library is removed from Ruby 3.5.
Please use cgi/escape instead for CGI.escape and CGI.unescape features.
If you need to use the full features of CGI library, Please install cgi gem.
I am a bit confused right now. It seems no matter whether I have cgi installed, or not installed (the gem), I get the above message.
Is everyone sure that the message appears correctly? Should it even be shown?
I am especially confused about the "Please install cgi gem", because I have done so. But I still see this message in the lighttpd logs.