[ruby/cgi] Drop to Ruby 2.4

https://github.com/ruby/cgi/commit/8a86536e94
This commit is contained in:
Hiroshi SHIBATA 2020-03-27 11:07:26 +09:00
parent 3ec860ae88
commit e732d376af
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Support for the Common Gateway Interface protocol.}
spec.homepage = "https://github.com/ruby/cgi"
spec.license = "BSD-2-Clause"
spec.required_ruby_version = ">= 2.5.0"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage