1
0
Fork 0
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:
Nobuyoshi Nakada 2019-09-29 18:13:41 +09:00
parent 7f30783af7
commit ef795f9abd

View file

@ -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"