mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/stringio] Dropped older ruby versions
https://github.com/ruby/stringio/commit/e8065153b8
This commit is contained in:
parent
7f30783af7
commit
ef795f9abd
1 changed files with 1 additions and 1 deletions
|
@ -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 = Gem::Requirement.new(">= 2.2")
|
||||
s.required_ruby_version = ">= 2.4"
|
||||
s.rubygems_version = "2.6.11"
|
||||
s.summary = "Pseudo IO on String"
|
||||
|
||||
|
|
Loading…
Reference in a new issue