Skip to content

Commit ddeefa2

Browse files
nobumatzbot
authored andcommitted
[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. ruby/io-wait@15b96736cd
1 parent 25afe7e commit ddeefa2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ext/io/wait/io-wait.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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")
1314

1415
spec.metadata["homepage_uri"] = spec.homepage
1516
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)