mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/io-console] Update the minimum requirement of Ruby version
https://github.com/ruby/io-console/commit/73e7b6318a
This commit is contained in:
parent
09271acdaf
commit
4e1a7678cd
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,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.2.0"
|
||||
s.required_ruby_version = ">= 2.4.0"
|
||||
s.homepage = "https://github.com/ruby/io-console"
|
||||
s.metadata["source_code_url"] = s.homepage
|
||||
s.authors = ["Nobu Nakada"]
|
||||
|
|
Loading…
Add table
Reference in a new issue