summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-16 17:19:55 -0600
committermo khan <mo.khan@gmail.com>2020-09-16 17:19:55 -0600
commit20595e44b91a72dc39f72090bf9aed3b7db2a1bc (patch)
tree834a87f83ec44e44f090e264887a8d0413abac1e /Gemfile.lock
parent46b002a96345ce18b0f7a95ef00fca1c34cb9298 (diff)
test: add spec to validate the dependency_scanning report schema
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 6 insertions, 0 deletions
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)