summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-27 11:07:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-03 18:30:19 +0900
commite732d376affbf0fea8910ece53338cce57c25ad4 (patch)
tree8709e3ea9b57d3be29af7958fb0fbbf3dc50744c /lib
parent3ec860ae8870ee955e34bfa0acc576197012a0c7 (diff)
[ruby/cgi] Drop to Ruby 2.4
https://github.com/ruby/cgi/commit/8a86536e94
Diffstat (limited to 'lib')
-rw-r--r--lib/cgi/cgi.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cgi/cgi.gemspec b/lib/cgi/cgi.gemspec
index 57dd346db5..fbdec5d3d6 100644
--- a/lib/cgi/cgi.gemspec
+++ b/lib/cgi/cgi.gemspec
@@ -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