summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 17:38:21 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 08:47:03 +0000
commit79544157e44ccf833205fcdce0b0f1bd9796dd65 (patch)
tree6582c7dd6505d82d64063e1fdc453dcefb08749e /ext
parent65ca32059296b86e4259c290ece7bd3c84d4caf4 (diff)
[ruby/zlib] Support Ruby 2.5+ again
https://github.com/ruby/zlib/commit/661ea3ec5f
Diffstat (limited to 'ext')
-rw-r--r--ext/zlib/zlib.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.gemspec b/ext/zlib/zlib.gemspec
index 4a5f8f2ee8..bb67ea156c 100644
--- a/ext/zlib/zlib.gemspec
+++ b/ext/zlib/zlib.gemspec
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ["lib"]
spec.extensions = "ext/zlib/extconf.rb"
- spec.required_ruby_version = ">= 2.3.0"
+ spec.required_ruby_version = ">= 2.5.0"
end