mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Added warning for CGI.parse
This commit is contained in:
parent
0ecb689617
commit
a84f734343
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@
|
||||||
require "cgi/escape"
|
require "cgi/escape"
|
||||||
warn <<-WARNING, uplevel: Gem::BUNDLED_GEMS.uplevel if $VERBOSE
|
warn <<-WARNING, uplevel: Gem::BUNDLED_GEMS.uplevel if $VERBOSE
|
||||||
CGI::Util is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
|
CGI::Util is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
|
||||||
|
If you are using CGI.parse, please install and use the cgi gem instead.
|
||||||
WARNING
|
WARNING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue