We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfd997 commit e806515Copy full SHA for e806515
stringio.gemspec
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
s.files = ["README.md", "ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
24
s.homepage = "https://github.com/ruby/stringio"
25
s.licenses = ["BSD-2-Clause"]
26
- s.required_ruby_version = Gem::Requirement.new(">= 2.2")
+ s.required_ruby_version = ">= 2.4"
27
s.rubygems_version = "2.6.11"
28
s.summary = "Pseudo IO on String"
29
0 commit comments