Skip to content

Commit e732d37

Browse files
committed
[ruby/cgi] Drop to Ruby 2.4
ruby/cgi@8a86536e94
1 parent 3ec860a commit e732d37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cgi/cgi.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.description = %q{Support for the Common Gateway Interface protocol.}
1818
spec.homepage = "https://github.com/ruby/cgi"
1919
spec.license = "BSD-2-Clause"
20+
spec.required_ruby_version = ">= 2.5.0"
2021

2122
spec.metadata["homepage_uri"] = spec.homepage
2223
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)