Commit 82cf54b
Only load what is required from cgi
In Ruby 3.5 most of the `cgi` gem will be removed. Only the various escape/unescape methods will be retained by default.
On older versions, `require "cgi/util"` is needed because the unescape* methods don't work otherwise.
https://bugs.ruby-lang.org/issues/212581 parent 8f7e855 commit 82cf54b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments