Skip to content

Commit 6fed3da

Browse files
committed
Fixed required_ruby_version
Before 3.0.0, io-wait has not been gemified.
1 parent 0599f6d commit 6fed3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io-wait.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{Waits until IO is readable or writable without blocking.}
99
spec.homepage = "https://github.com/ruby/io-wait"
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.0")
1212

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

0 commit comments

Comments
 (0)