Skip to content

Commit 3f0e0d5

Browse files
nobumatzbot
authored andcommitted
[ruby/io-nonblock] Bump up the required ruby version
io-nonblock became a default gem at ruby 3.0. Even it can be installed on earlier versions, but the standard library will be loaded instead of the installed gem. ruby/io-nonblock@c86d0d37af
1 parent 4ed2757 commit 3f0e0d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/io/nonblock/io-nonblock.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.description = %q{Enables non-blocking mode with IO class}
99
spec.homepage = "https://github.com/ruby/io-nonblock"
1010
spec.licenses = ["Ruby", "BSD-2-Clause"]
11-
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
11+
spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
1212

1313
spec.metadata["homepage_uri"] = spec.homepage
1414
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)