We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4dea7 commit 50c6953Copy full SHA for 50c6953
cyclonedx-ruby.gemspec
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
11
spec.homepage = 'https://github.com/CycloneDX/cyclonedx-ruby-gem'
12
spec.license = 'Apache-2.0'
13
14
+ spec.required_ruby_version = ">= 2.7.0"
15
+
16
spec.files = Dir.chdir(__dir__) do
17
`git ls-files -z`.split("\x0").reject do |f|
18
(File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])
0 commit comments