From 20595e44b91a72dc39f72090bf9aed3b7db2a1bc Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Sep 2020 17:19:55 -0600 Subject: test: add spec to validate the dependency_scanning report schema --- Gemfile.lock | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index bb83217..8f7a251 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,8 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) ast (2.4.1) concurrent-ruby (1.1.7) diff-lcs (1.4.4) @@ -19,10 +21,13 @@ GEM i18n (1.8.5) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) + json-schema (2.8.1) + addressable (>= 2.4) minitest (5.14.2) parallel (1.19.2) parser (2.7.1.4) ast (~> 2.4.1) + public_suffix (4.0.6) rack (2.2.3) rainbow (3.0.0) rexml (3.2.4) @@ -69,6 +74,7 @@ PLATFORMS DEPENDENCIES gitlab-styles (~> 4.3) + json-schema (~> 2.8) rspec (~> 3.9) rubocop (~> 0.82) rubocop-rspec (~> 1.41) -- cgit v1.2.3