Skip to content

Commit

Permalink
Update the minimum requirement of Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and nobu committed Jan 17, 2020
1 parent 679a941 commit 73e7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io-console.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.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"]
Expand Down

0 comments on commit 73e7b63

Please sign in to comment.