Skip to content

Commit 8ab4cf1

Browse files
committed
Restore suppor for Ruby 2.7
Signed-off-by: Amauri Bizerra <10775696+extern-c@users.noreply.github.com>
1 parent 580655e commit 8ab4cf1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- '3.2.9'
2525
- '3.1.7'
2626
- '3.0.7'
27+
- '2.7.8'
2728

2829
steps:
2930
- uses: actions/checkout@v3

cyclonedx-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = 'CycloneDX is a lightweight software bill-of-material (SBOM) specification designed for use in application security contexts and supply chain component analysis. This Gem generates CycloneDX BOMs from Ruby projects.'
1313
spec.homepage = 'https://github.com/CycloneDX/cyclonedx-ruby-gem'
1414
spec.license = 'Apache-2.0'
15-
spec.required_ruby_version = '>= 3.0'
15+
spec.required_ruby_version = '>= 2.7.0'
1616

1717
spec.metadata["homepage_uri"] = "https://github.com/CycloneDX/cyclonedx-ruby-gem?tab=readme-ov-file#readme"
1818
spec.metadata["source_code_uri"] = "https://github.com/CycloneDX/cyclonedx-ruby-gem/tree/v#{spec.version}"

0 commit comments

Comments
 (0)