summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/stringio/stringio.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.gemspec b/ext/stringio/stringio.gemspec
index e49ab70eb9..a16c75753f 100644
--- a/ext/stringio/stringio.gemspec
+++ b/ext/stringio/stringio.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
s.homepage = "https://github.com/ruby/stringio"
s.licenses = ["BSD-2-Clause"]
- s.required_ruby_version = ">= 2.4"
+ s.required_ruby_version = ">= 2.5"
s.rubygems_version = "2.6.11"
s.summary = "Pseudo IO on String"