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 e451b3d commit 1577db9Copy full SHA for 1577db9
lib/erb/util.rb
@@ -2,8 +2,8 @@
2
3
# Load CGI.escapeHTML and CGI.escapeURIComponent.
4
# CRuby:
5
-# cgi.gem v0.1.0+ (Ruby 2.7-3.4) and Ruby 3.5+ stdlib have 'cgi/escape' and CGI.escapeHTML.
6
-# cgi.gem v0.3.3+ (Ruby 3.2-3.4) and Ruby 3.5+ stdlib have CGI.escapeURIComponent.
+# cgi.gem v0.1.0+ (Ruby 2.7-3.4) and Ruby 4.0+ stdlib have 'cgi/escape' and CGI.escapeHTML.
+# cgi.gem v0.3.3+ (Ruby 3.2-3.4) and Ruby 4.0+ stdlib have CGI.escapeURIComponent.
7
# JRuby: cgi.gem has a Java extension 'cgi/escape'.
8
# TruffleRuby: lib/truffle/cgi/escape.rb requires 'cgi/util'.
9
require 'cgi/escape'
0 commit comments