Skip to content

Commit

Permalink
[ruby/timeout] require ruby version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb authored and matzbot committed Jul 2, 2023
1 parent 9682275 commit 7e333b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/timeout.gemspec
Expand Up @@ -21,6 +21,8 @@ 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.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
(f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features|rakelib)/|\.(?:git|travis|circleci)|appveyor|Rakefile)})
Expand Down

0 comments on commit 7e333b7

Please sign in to comment.