Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #27 from rtfpessoa/dependabot/bundler/kramdown-2.3.0
Browse files Browse the repository at this point in the history
[Security] Bump kramdown from 2.1.0 to 2.3.0
  • Loading branch information
rtfpessoa authored Sep 4, 2020
2 parents cfb3eef + 3646fa0 commit 00d4ca9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dependency_spy (0.6.0)
dependency_spy (0.6.1)
bibliothecary (~> 6.6)
colorize (= 0.8.1)
semantic_range (~> 2.2)
Expand Down Expand Up @@ -39,9 +39,10 @@ GEM
highline (2.0.3)
jaro_winkler (1.5.4)
json (2.3.0)
kramdown (2.1.0)
kramdown (2.3.0)
rexml
librariesio-gem-parser (1.0.0)
libv8 (3.16.14.19)
libv8 (3.16.14.19-x86_64-linux)
oga (2.15)
ast
ruby-ll (~> 2.1)
Expand All @@ -52,6 +53,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
ref (2.0.0)
rexml (3.2.4)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -130,4 +132,4 @@ DEPENDENCIES
simplecov

BUNDLED WITH
2.1.2
2.1.4
2 changes: 1 addition & 1 deletion lib/dependency_spy/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module DependencySpy

VERSION = '0.6.0'
VERSION = '0.6.1'

end
4 changes: 2 additions & 2 deletions spec/dependency_spy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
manifests = detected_manifests.select { |m| m.platform == 'npm' }
dependencies = manifests.map(&:dependencies).flatten
vulnerabilities = dependencies.map(&:vulnerabilities).flatten
expect(vulnerabilities).to have(148).items
expect(vulnerabilities).to have(194).items
end

it 'can read all dependencies for rubygems manifest' do
Expand All @@ -47,7 +47,7 @@
manifests = detected_manifests.select { |m| m.platform == 'rubygems' }
dependencies = manifests.map(&:dependencies).flatten
vulnerabilities = dependencies.map(&:vulnerabilities).flatten
expect(vulnerabilities).to have(4).items
expect(vulnerabilities).to have(7).items
end

it 'can ignore vulnerabilities by id' do
Expand Down

0 comments on commit 00d4ca9

Please sign in to comment.