summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-05 14:45:56 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-07 09:54:35 +0900
commit05d118feea447d195e5662a03c2a41b50aa6b8d9 (patch)
tree58c6d5cc1aa2badedc5ce87701b8481ea6ce1d64 /ext
parent3ba1580d800b4751e1944242a82d4db96864f1fe (diff)
[ruby/io-wait] Fixed required_ruby_version
Before 3.0.0, io-wait has not been gemified. https://github.com/ruby/io-wait/commit/6fed3da323
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4244
Diffstat (limited to 'ext')
-rw-r--r--ext/io/wait/io-wait.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/wait/io-wait.gemspec b/ext/io/wait/io-wait.gemspec
index 1c6c2d5705..4c73070c08 100644
--- a/ext/io/wait/io-wait.gemspec
+++ b/ext/io/wait/io-wait.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.description = %q{Waits until IO is readable or writable without blocking.}
spec.homepage = "https://github.com/ruby/io-wait"
spec.licenses = ["Ruby", "BSD-2-Clause"]
- spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage