Skip to content

Commit e947850

Browse files
committed
No longer support dead versions
1 parent 14b51ba commit e947850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-console.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.summary = "Console interface"
88
s.email = "nobu@ruby-lang.org"
99
s.description = "add console capabilities to IO instances."
10-
s.required_ruby_version = ">= 2.4.0"
10+
s.required_ruby_version = ">= 2.6.0"
1111
s.homepage = "https://github.com/ruby/io-console"
1212
s.metadata["source_code_url"] = s.homepage
1313
s.authors = ["Nobu Nakada"]

0 commit comments

Comments
 (0)