Skip to content

Commit 03873a9

Browse files
committed
Require Ruby >= 2.6 for the timeout gem
* The test suite fails on 2.5. * See #35
1 parent 2d2959c commit 03873a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
99
engine: cruby-truffleruby
10+
min_version: 2.6
1011

1112
test:
1213
needs: ruby-versions

timeout.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.metadata["homepage_uri"] = spec.homepage
2222
spec.metadata["source_code_uri"] = spec.homepage
2323

24-
spec.required_ruby_version = '>= 2.5.0'
24+
spec.required_ruby_version = '>= 2.6.0'
2525

2626
spec.files = Dir.chdir(__dir__) do
2727
`git ls-files -z`.split("\x0").reject do |f|

0 commit comments

Comments
 (0)