From a445bb2954d7ceccd85d62b3fe4bd53c9706a547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 06:08:25 +0000 Subject: [PATCH] chore(deps): bump the ruby-minor-and-patch group with 2 updates Bumps the ruby-minor-and-patch group with 2 updates: [webrick](https://github.com/ruby/webrick) and [html-proofer](https://github.com/gjtorikian/html-proofer). Updates `webrick` from 1.9.1 to 1.9.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.9.1...v1.9.2) Updates `html-proofer` from 5.0.10 to 5.2.1 - [Release notes](https://github.com/gjtorikian/html-proofer/releases) - [Changelog](https://github.com/gjtorikian/html-proofer/blob/main/CHANGELOG.md) - [Commits](https://github.com/gjtorikian/html-proofer/compare/v5.0.10...v5.2.1) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-and-patch - dependency-name: html-proofer dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ruby-minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 68 +++++++++++++++++++++++++++------------------------- 2 files changed, 38 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index 32cbe80..c7d8b54 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,8 @@ source "https://rubygems.org" # jekyll gem "jekyll", "~> 4.3" -gem "webrick", "~> 1.7" -gem "html-proofer", "~> 5.0" +gem "webrick", "~> 1.9" +gem "html-proofer", "~> 5.2" # plugins group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 262a2f8..c99bf06 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.23.1) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) + afm (1.0.0) + async (2.42.0) console (~> 1.29) fiber-annotation - io-event (~> 1.9) + io-event (~> 1.11) metrics (~> 0.12) - traces (~> 0.15) + traces (~> 0.18) base64 (0.2.0) - bigdecimal (3.1.9) + benchmark (0.5.0) + bigdecimal (3.3.1) colorator (1.1.0) concurrent-ruby (1.3.5) - console (1.30.2) + console (1.37.0) fiber-annotation fiber-local (~> 1.1) json @@ -23,17 +24,18 @@ 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) - ffi (1.17.1-arm64-darwin) - ffi (1.17.1-x64-mingw-ucrt) - ffi (1.17.1-x86_64-darwin) - ffi (1.17.1-x86_64-linux-gnu) + ffi (1.17.4-arm64-darwin) + ffi (1.17.4-x64-mingw-ucrt) + ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) fiber-annotation (0.2.0) fiber-local (1.1.0) fiber-storage - fiber-storage (1.0.0) + fiber-storage (1.0.1) forwardable-extended (2.6.0) gemoji (3.0.1) google-protobuf (4.30.2-arm64-darwin) @@ -49,9 +51,10 @@ GEM bigdecimal rake (>= 13) hashery (2.1.2) - html-proofer (5.0.10) + html-proofer (5.2.1) addressable (~> 2.3) async (~> 2.1) + benchmark (~> 0.5) nokogiri (~> 1.13) pdf-reader (~> 2.11) rainbow (~> 3.0) @@ -61,7 +64,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - io-event (1.10.0) + io-event (1.19.2) jekyll (4.4.1) addressable (~> 2.4) base64 (~> 0.2) @@ -98,7 +101,7 @@ GEM rainbow (~> 3.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.10.2) + json (2.21.1) kramdown (2.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) @@ -107,25 +110,26 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.4.0) - metrics (0.12.2) - nokogiri (1.18.7-arm64-darwin) + metrics (0.15.0) + nokogiri (1.19.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.7-x64-mingw-ucrt) + nokogiri (1.19.4-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.18.7-x86_64-darwin) + nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) - nokogiri (1.18.7-x86_64-linux-gnu) + nokogiri (1.19.4-x86_64-linux-gnu) racc (~> 1.4) 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.1) + public_suffix (7.0.5) racc (1.8.1) rainbow (3.1.1) rake (13.2.1) @@ -146,15 +150,15 @@ GEM google-protobuf (~> 4.30) 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) - ethon (>= 0.9.0) + typhoeus (1.6.0) + ethon (>= 0.18.0) unicode-display_width (2.6.0) - webrick (1.9.1) + webrick (1.9.2) yell (2.2.2) - zeitwerk (2.6.18) + zeitwerk (2.8.2) PLATFORMS arm64-darwin @@ -163,14 +167,14 @@ PLATFORMS x86_64-linux DEPENDENCIES - html-proofer (~> 5.0) + html-proofer (~> 5.2) jekyll (~> 4.3) jekyll-feed jekyll-last-modified-at jekyll-redirect-from jekyll-sitemap jekyll-spaceship - webrick (~> 1.7) + webrick (~> 1.9) BUNDLED WITH 2.5.10