diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-15 12:26:00 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-15 12:26:00 -0600 |
| commit | 9636302c176b0ad647c88bf99f1b05426593c474 (patch) | |
| tree | 6d5696e4ab19b7539deaeeea1de943f35402dcef /spandx.gemspec | |
| parent | bf4c221d5924d32a1c3659fa85926832a5a445d1 (diff) | |
Drop ruby 2.4
Diffstat (limited to 'spandx.gemspec')
| -rw-r--r-- | spandx.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spandx.gemspec b/spandx.gemspec index 91359dc..07ae286 100644 --- a/spandx.gemspec +++ b/spandx.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |spec| spec.description = 'A ruby interface to the SPDX catalogue. With a CLI that can scan project lockfiles to list out software licenses for each dependency' spec.homepage = 'https://github.com/spandx/spandx' spec.license = 'MIT' - spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0') + spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0') spec.metadata['homepage_uri'] = spec.homepage spec.metadata['source_code_uri'] = 'https://github.com/spandx/spandx' |
