Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2023-03-09 01:29:37 +0300
committerEvan Read <eread@gitlab.com>2023-03-09 01:29:37 +0300
commit16cbd61ffd8649c4960420341a7b21ab0cfc19de (patch)
tree9d13da94c8cb4bdf12e7c46abdf841ce9e7a8e86 /Gemfile.lock
parent23c3a8d8d9ee0d4aedde2515c9a60763c097be69 (diff)
Add test for navigation SCHEMA validation
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c657de7c..72f88c86 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -57,6 +57,8 @@ GEM
debug_inspector (1.1.0)
diff-lcs (1.5.0)
docile (1.4.0)
+ ecma-re-validator (0.4.0)
+ regexp_parser (~> 2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
@@ -91,6 +93,7 @@ GEM
rouge (~> 4.0.0)
hamster (3.0.0)
concurrent-ruby (~> 1.0)
+ hana (1.3.7)
highline (2.1.0)
http_parser.rb (0.8.0)
httparty (0.21.0)
@@ -100,6 +103,11 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
json_schema (0.21.0)
+ json_schemer (0.2.24)
+ ecma-re-validator (~> 0.3)
+ hana (~> 1.3)
+ regexp_parser (~> 2.0)
+ uri_template (~> 0.7)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@@ -277,6 +285,7 @@ GEM
unparser (0.6.7)
diff-lcs (~> 1.3)
parser (>= 3.2.0)
+ uri_template (0.7.0)
webrick (1.8.1)
zeitwerk (2.6.6)
@@ -289,6 +298,7 @@ DEPENDENCIES
gitlab-styles (~> 10.0.0)
gitlab_kramdown (~> 0.25.0)
highline (~> 2.1.0)
+ json_schemer (~> 0.2)
nanoc (~> 4.12.15)
nanoc-live
pry-byebug (~> 3.10.1)