mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
[ruby/io-wait] Bump up the required ruby version
io-wait became a default gem at ruby 3.0. Even it can be installed on earlier versions, but the standard library will be loaded instead of the installed gem. https://github.com/ruby/io-wait/commit/15b96736cd
This commit is contained in:
parent
25afe7ef64
commit
ddeefa2e7e
@ -10,6 +10,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(">= 3.0")
|
||||
|
||||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = spec.homepage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user