Skip to content

Commit 1060f93

Browse files
committed
Allow earlier versions
1 parent e8e1e99 commit 1060f93

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
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.description = %q{Waits until IO is readable or writable without blocking.}
1111
spec.homepage = "https://github.com/ruby/io-wait"
1212
spec.licenses = ["Ruby", "BSD-2-Clause"]
13-
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
13+
spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
1414

1515
spec.metadata["homepage_uri"] = spec.homepage
1616
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)