We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0599f6d commit 6fed3daCopy full SHA for 6fed3da
io-wait.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
spec.description = %q{Waits until IO is readable or writable without blocking.}
9
spec.homepage = "https://github.com/ruby/io-wait"
10
spec.licenses = ["Ruby", "BSD-2-Clause"]
11
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
12
13
spec.metadata["homepage_uri"] = spec.homepage
14
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments