diff --git a/Gemfile b/Gemfile index 507fa5d..795ae84 100644 --- a/Gemfile +++ b/Gemfile @@ -11,4 +11,4 @@ gem "jekyll-include-cache", group: :jekyll_plugins gem "jekyll-sitemap", group: :jekyll_plugins gem "jekyll-seo-tag", group: :jekyll_plugins -gem "html-proofer", "~> 5.0", :group => :development \ No newline at end of file +gem "html-proofer", "~> 5.2", :group => :development \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 5accbce..efbf156 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,20 +2,21 @@ GEM remote: https://rubygems.org/ specs: Ascii85 (2.0.1) - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) - afm (0.2.2) - async (2.24.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) + afm (1.0.0) + async (2.35.1) console (~> 1.29) fiber-annotation - io-event (~> 1.9) + io-event (~> 1.11) metrics (~> 0.12) - traces (~> 0.15) + traces (~> 0.18) base64 (0.3.0) - bigdecimal (3.2.2) + benchmark (0.5.0) + bigdecimal (3.3.1) colorator (1.1.0) concurrent-ruby (1.3.5) - console (1.30.2) + console (1.34.2) fiber-annotation fiber-local (~> 1.1) json @@ -23,8 +24,9 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - ethon (0.16.0) + ethon (0.18.0) ffi (>= 1.15.0) + logger eventmachine (1.2.7) faraday (2.13.1) faraday-net_http (>= 2.0, < 3.5) @@ -32,15 +34,15 @@ GEM logger faraday-net_http (3.4.0) net-http (>= 0.5.0) - ffi (1.17.2-aarch64-linux-gnu) - ffi (1.17.2-aarch64-linux-musl) - ffi (1.17.2-arm-linux-gnu) - ffi (1.17.2-arm-linux-musl) - ffi (1.17.2-arm64-darwin) - ffi (1.17.2-x64-mingw-ucrt) - ffi (1.17.2-x86_64-darwin) - ffi (1.17.2-x86_64-linux-gnu) - ffi (1.17.2-x86_64-linux-musl) + ffi (1.17.3-aarch64-linux-gnu) + ffi (1.17.3-aarch64-linux-musl) + ffi (1.17.3-arm-linux-gnu) + ffi (1.17.3-arm-linux-musl) + ffi (1.17.3-arm64-darwin) + ffi (1.17.3-x64-mingw-ucrt) + ffi (1.17.3-x86_64-darwin) + ffi (1.17.3-x86_64-linux-gnu) + ffi (1.17.3-x86_64-linux-musl) fiber-annotation (0.2.0) fiber-local (1.1.0) fiber-storage @@ -71,9 +73,10 @@ GEM bigdecimal rake (>= 13) hashery (2.1.2) - html-proofer (5.0.10) + html-proofer (5.2.0) addressable (~> 2.3) async (~> 2.1) + benchmark (~> 0.5) nokogiri (~> 1.13) pdf-reader (~> 2.11) rainbow (~> 3.0) @@ -83,7 +86,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-event (1.10.2) + io-event (1.14.2) jekyll (4.4.1) addressable (~> 2.4) base64 (~> 0.2) @@ -116,7 +119,7 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.12.2) + json (2.18.0) just-the-docs (0.10.1) jekyll (>= 3.8.5) jekyll-include-cache @@ -132,39 +135,39 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) mercenary (0.4.0) - metrics (0.12.2) + metrics (0.15.0) net-http (0.6.0) uri - nokogiri (1.18.8-aarch64-linux-gnu) + nokogiri (1.19.0-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-aarch64-linux-musl) + nokogiri (1.19.0-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.18.8-arm-linux-gnu) + nokogiri (1.19.0-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-arm-linux-musl) + nokogiri (1.19.0-arm-linux-musl) racc (~> 1.4) - nokogiri (1.18.8-arm64-darwin) + nokogiri (1.19.0-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x64-mingw-ucrt) + nokogiri (1.19.0-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.18.8-x86_64-darwin) + nokogiri (1.19.0-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-gnu) + nokogiri (1.19.0-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.8-x86_64-linux-musl) + nokogiri (1.19.0-x86_64-linux-musl) racc (~> 1.4) octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - pdf-reader (2.14.1) + pdf-reader (2.15.1) Ascii85 (>= 1.0, < 3.0, != 2.0.0) - afm (~> 0.2.1) + afm (>= 0.2.1, < 2) hashery (~> 2.0) ruby-rc4 ttfunk - public_suffix (6.0.2) + public_suffix (7.0.2) racc (1.8.1) rainbow (3.1.1) rake (13.3.0) @@ -198,7 +201,7 @@ GEM faraday (>= 0.17.3, < 3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - traces (0.15.2) + traces (0.18.2) ttfunk (1.8.0) bigdecimal (~> 3.1) typhoeus (1.4.1) @@ -207,7 +210,7 @@ GEM uri (1.0.3) webrick (1.9.1) yell (2.2.2) - zeitwerk (2.6.18) + zeitwerk (2.7.4) PLATFORMS aarch64-linux-gnu @@ -225,7 +228,7 @@ PLATFORMS DEPENDENCIES base64 csv - html-proofer (~> 5.0) + html-proofer (~> 5.2) jekyll (~> 4.4.0) jekyll-github-metadata (>= 2.15) jekyll-include-cache