Skip to content

Commit a84f734

Browse files
committed
Added warning for CGI.parse
1 parent 0ecb689 commit a84f734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cgi/util.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
require "cgi/escape"
44
warn <<-WARNING, uplevel: Gem::BUNDLED_GEMS.uplevel if $VERBOSE
55
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.
67
WARNING

0 commit comments

Comments
 (0)