summaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKristian Aune <kraune@verizonmedia.com>2023-09-20 13:46:23 +0200
committerKristian Aune <kraune@verizonmedia.com>2023-09-20 13:46:23 +0200
commitb2c1d9c747d53b28c87be4c1a04e1fc763e72c45 (patch)
treefba777cb9a657c76df662c5909a22d36fe468657 /Gemfile.lock
parentd0e57ccd4ef65accc228a148d42ac4b219995616 (diff)
Linkcheck html and markdown files
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock126
1 files changed, 126 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 00000000000..a0679b6ca57
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,126 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ Ascii85 (1.1.0)
+ addressable (2.8.5)
+ public_suffix (>= 2.0.2, < 6.0)
+ afm (0.2.2)
+ async (2.6.4)
+ console (~> 1.10)
+ fiber-annotation
+ io-event (~> 1.1)
+ timers (~> 4.1)
+ colorator (1.1.0)
+ concurrent-ruby (1.2.2)
+ console (1.23.2)
+ fiber-annotation
+ fiber-local
+ em-websocket (0.5.3)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0)
+ ethon (0.16.0)
+ ffi (>= 1.15.0)
+ eventmachine (1.2.7)
+ ffi (1.15.5)
+ fiber-annotation (0.2.0)
+ fiber-local (1.0.0)
+ forwardable-extended (2.6.0)
+ hashery (2.1.2)
+ html-proofer (5.0.8)
+ addressable (~> 2.3)
+ async (~> 2.1)
+ nokogiri (~> 1.13)
+ pdf-reader (~> 2.11)
+ rainbow (~> 3.0)
+ typhoeus (~> 1.3)
+ yell (~> 2.0)
+ zeitwerk (~> 2.5)
+ http_parser.rb (0.8.0)
+ i18n (1.14.1)
+ concurrent-ruby (~> 1.0)
+ io-event (1.3.2)
+ jekyll (3.9.3)
+ addressable (~> 2.4)
+ colorator (~> 1.0)
+ em-websocket (~> 0.5)
+ i18n (>= 0.7, < 2)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 2.0)
+ kramdown (>= 1.17, < 3)
+ liquid (~> 4.0)
+ mercenary (~> 0.3.3)
+ pathutil (~> 0.9)
+ rouge (>= 1.7, < 4)
+ safe_yaml (~> 1.0)
+ jekyll-feed (0.17.0)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-sass-converter (1.5.2)
+ sass (~> 3.4)
+ jekyll-seo-tag (2.8.0)
+ jekyll (>= 3.8, < 5.0)
+ jekyll-watch (2.2.1)
+ listen (~> 3.0)
+ kramdown (2.4.0)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
+ liquid (4.0.4)
+ listen (3.8.0)
+ rb-fsevent (~> 0.10, >= 0.10.3)
+ rb-inotify (~> 0.9, >= 0.9.10)
+ mercenary (0.3.6)
+ minima (2.5.1)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-feed (~> 0.9)
+ jekyll-seo-tag (~> 2.1)
+ nokogiri (1.15.4-x86_64-linux)
+ racc (~> 1.4)
+ pathutil (0.16.2)
+ forwardable-extended (~> 2.6)
+ pdf-reader (2.11.0)
+ Ascii85 (~> 1.0)
+ afm (~> 0.2.1)
+ hashery (~> 2.0)
+ ruby-rc4
+ ttfunk
+ public_suffix (5.0.3)
+ racc (1.7.1)
+ rainbow (3.1.1)
+ rake (13.0.6)
+ rb-fsevent (0.11.2)
+ rb-inotify (0.10.1)
+ ffi (~> 1.0)
+ rexml (3.2.6)
+ rouge (3.30.0)
+ ruby-rc4 (0.1.5)
+ safe_yaml (1.0.5)
+ sass (3.7.4)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ timers (4.3.5)
+ ttfunk (1.7.0)
+ typhoeus (1.4.0)
+ ethon (>= 0.9.0)
+ webrick (1.8.1)
+ yell (2.2.2)
+ zeitwerk (2.6.11)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ html-proofer
+ jekyll (~> 3.9.0)
+ kramdown-parser-gfm
+ minima (~> 2.0)
+ rake
+ webrick
+
+RUBY VERSION
+ ruby 3.1.4p223
+
+BUNDLED WITH
+ 2.4.19
+