Skip to content

Commit

Permalink
Require Ruby >= 2.6 for the timeout gem
Browse files Browse the repository at this point in the history
* The test suite fails on 2.5.
* See #35
  • Loading branch information
eregon committed Jul 3, 2023
1 parent 2d2959c commit 03873a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
with:
engine: cruby-truffleruby
min_version: 2.6

test:
needs: ruby-versions
Expand Down
2 changes: 1 addition & 1 deletion timeout.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 03873a9

Please sign in to comment.