diff options
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 e4d5e57..ab3b9c8 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/mokhan/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/mokhan/spandx' |
