[前][次][番号順一覧][スレッド一覧]

ruby-changes:70590

From: Nobuyoshi <ko1@a...>
Date: Sat, 25 Dec 2021 22:08:21 +0900 (JST)
Subject: [ruby-changes:70590] f5ddb96c49 (ruby_3_1): [ruby/io-console] No longer support dead versions

https://git.ruby-lang.org/ruby.git/commit/?id=f5ddb96c49

From f5ddb96c49f6d542b96486e4ad332246ee62d01c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sat, 25 Dec 2021 00:18:04 +0900
Subject: [ruby/io-console] No longer support dead versions

https://github.com/ruby/io-console/commit/e9478509e9
(cherry picked from commit 9368fa6c3073d5fe4380a5e84eb59f7cec2ce62c)
---
 ext/io/console/io-console.gemspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
index dabe9e68f82..ae27af956f0 100644
--- a/ext/io/console/io-console.gemspec
+++ b/ext/io/console/io-console.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/io/console/io-console.gemspec#L7
   s.summary = "Console interface"
   s.email = "nobu@r..."
   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"]
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]