2025-05-08 20:01:09 +09:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
require "cgi/escape"
|
2025-05-14 19:56:21 +02:00
|
|
|
warn <<-WARNING, uplevel: Gem::BUNDLED_GEMS.uplevel if $VERBOSE
|
2025-05-08 20:01:09 +09:00
|
|
|
CGI::Util is removed from Ruby 3.5. Please use cgi/escape instead for CGI.escape and CGI.unescape features.
|
2025-06-04 12:47:09 +09:00
|
|
|
If you are using CGI.parse, please install and use the cgi gem instead.
|
2025-05-08 20:01:09 +09:00
|
|
|
WARNING
|