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 e8e1e99 commit 1060f93Copy full SHA for 1060f93
io-wait.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
spec.description = %q{Waits until IO is readable or writable without blocking.}
11
spec.homepage = "https://github.com/ruby/io-wait"
12
spec.licenses = ["Ruby", "BSD-2-Clause"]
13
- spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
14
15
spec.metadata["homepage_uri"] = spec.homepage
16
spec.metadata["source_code_uri"] = spec.homepage
0 commit comments