Skip to content

Commit e806515

Browse files
committed
Dropped older ruby versions
1 parent 4dfd997 commit e806515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stringio.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323
s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
2424
s.homepage = "https://github.com/ruby/stringio"
2525
s.licenses = ["BSD-2-Clause"]
26-
s.required_ruby_version = Gem::Requirement.new(">= 2.2")
26+
s.required_ruby_version = ">= 2.4"
2727
s.rubygems_version = "2.6.11"
2828
s.summary = "Pseudo IO on String"
2929

0 commit comments

Comments
 (0)