mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-console] No longer support dead versions
https://github.com/ruby/io-console/commit/e9478509e9
This commit is contained in:
parent
14e550052b
commit
9368fa6c30
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = "Console interface"
|
||||
s.email = "nobu@ruby-lang.org"
|
||||
s.description = "add console capabilities to IO instances."
|
||||
s.required_ruby_version = ">= 2.4.0"
|
||||
s.required_ruby_version = ">= 2.6.0"
|
||||
s.homepage = "https://github.com/ruby/io-console"
|
||||
s.metadata["source_code_url"] = s.homepage
|
||||
s.authors = ["Nobu Nakada"]
|
||||
|
|
Loading…
Reference in a new issue