Skip to content

Commit 50c6953

Browse files
committed
Specifies the supported ruby version
Signed-off-by: M. Scott Ford <[email protected]>
1 parent 8b4dea7 commit 50c6953

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cyclonedx-ruby.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
1111
spec.homepage = 'https://github.com/CycloneDX/cyclonedx-ruby-gem'
1212
spec.license = 'Apache-2.0'
1313

14+
spec.required_ruby_version = ">= 2.7.0"
15+
1416
spec.files = Dir.chdir(__dir__) do
1517
`git ls-files -z`.split("\x0").reject do |f|
1618
(File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])

0 commit comments

Comments
 (0)