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 b2182d3 commit a36b45aCopy full SHA for a36b45a
lib/cyclonedx/bom_helpers.rb
@@ -55,7 +55,7 @@ def build_json_bom(gems)
55
}
56
57
gems.each do |gem|
58
- bom_hash[:components] += BomComponent.new(gem).hash_val
+ bom_hash[:components] += Cyclonedx::BomComponent.new(gem).hash_val
59
end
60
61
JSON.pretty_generate(bom_hash)
0 commit comments