diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-27 22:18:53 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-27 22:18:53 -0700 |
| commit | 3b9a844ff2ec7acc82d1659a65bd6a6bbdfaf256 (patch) | |
| tree | cd3370e9b109097a73f5be93091147f9fdc11a76 | |
| parent | d6a791f89a1dada2955630de878f1199fbef25db (diff) | |
Specify a minimum ruby version
| -rw-r--r-- | spandx.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spandx.gemspec b/spandx.gemspec index c33c03a..9cb278f 100644 --- a/spandx.gemspec +++ b/spandx.gemspec @@ -29,6 +29,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] + spec.required_ruby_version = '>= 2.5.0' spec.add_dependency 'bundler', '>= 1.16', '< 3.0.0' spec.add_dependency 'net-hippie', '~> 0.3' spec.add_dependency 'nokogiri', '~> 1.10' |
