[ruby/erb] Support all cgi.gem versions

(https://github.com/ruby/erb/pull/60)

de9bb8c3cc
This commit is contained in:
Takashi Kokubun 2025-05-13 10:50:00 -07:00 committed by git
parent 9420fc8ad6
commit 735f28388c
3 changed files with 20 additions and 5 deletions

View file

@ -12,7 +12,6 @@
#
# You can redistribute it and/or modify it under the same terms as Ruby.
require 'cgi/escape'
require 'erb/version'
require 'erb/compiler'
require 'erb/def_method'