From ddeefa2e7eb091d2ba532cfb9aaaffe15413bb8d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 9 Jul 2025 15:53:56 +0900 Subject: [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 --- ext/io/wait/io-wait.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'ext') diff --git a/ext/io/wait/io-wait.gemspec b/ext/io/wait/io-wait.gemspec index e850e10bf9..016b43100e 100644 --- a/ext/io/wait/io-wait.gemspec +++ b/ext/io/wait/io-wait.gemspec @@ -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 -- cgit v1.2.3