[ruby/timeout] Require Ruby >= 2.6 for the timeout gem

* The test suite fails on 2.5.
* See https://github.com/ruby/timeout/pull/35

https://github.com/ruby/timeout/commit/03873a9237
This commit is contained in:
Benoit Daloze 2023-07-03 11:53:55 +02:00 committed by git
parent 8281f8fd06
commit 4430b73cee

View File

@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.required_ruby_version = '>= 2.5.0'
spec.required_ruby_version = '>= 2.6.0'
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|