diff options
author | Takashi Kokubun <[email protected]> | 2022-11-02 22:28:45 -0700 |
---|---|---|
committer | git <[email protected]> | 2022-11-04 07:07:23 +0000 |
commit | dc5d06e9b145f7d5f8c5f7c3757b43f2d68833fd () | |
tree | b52226f5156906a37dab0970c4d184e19b2b830f /lib/erb.gemspec | |
parent | b6d7e98f2540500f072c5cc0f136cae69f80055c (diff) |
[ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escape
https://.com/ruby/erb/commit/ac9b219fa9
-rw-r--r-- | lib/erb.gemspec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -27,8 +27,11 @@ Gem::Specification.new do |spec| spec.executables = ['erb'] spec.require_paths = ['lib'] - if RUBY_ENGINE != 'jruby' spec.required_ruby_version = '>= 2.7.0' end spec.add_dependency 'cgi', '>= 0.3.3' |