From 4e1a7678cdb9c14c0299d893673d9cb07293b78d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 23 Dec 2019 12:14:11 +0900 Subject: [ruby/io-console] Update the minimum requirement of Ruby version https://github.com/ruby/io-console/commit/73e7b6318a --- ext/io/console/io-console.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/io') diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index 0920fc3e6a..fe6366cc73 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -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"] -- cgit v1.2.3