We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecb689 commit a84f734Copy full SHA for a84f734
lib/cgi/util.rb
@@ -3,4 +3,5 @@
3
require "cgi/escape"
4
warn <<-WARNING, uplevel: Gem::BUNDLED_GEMS.uplevel if $VERBOSE
5
CGI::Util is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
6
+If you are using CGI.parse, please install and use the cgi gem instead.
7
WARNING
0 commit comments