From dcdfbb5b32ed4e8059a68d3b603d0f1d8db607aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 02:14:03 +0000 Subject: [PATCH] Bump html-proofer from 4.3.2 to 5.0.9 Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 4.3.2 to 5.0.9. - [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/v4.3.2...v5.0.9) --- updated-dependencies: - dependency-name: html-proofer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 41 +++++++++++++++++++++++++++++++++-------- 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 34e6d83ea..e5f77cc69 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source "https://rubygems.org" -gem "html-proofer", '<4.4' \ No newline at end of file +gem "html-proofer", '<5.1' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index c1a7312f6..3ae2db271 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,55 @@ 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.21.1) + console (~> 1.29) + fiber-annotation + io-event (~> 1.6, >= 1.6.5) + bigdecimal (3.1.9) + console (1.29.2) + fiber-annotation + fiber-local (~> 1.1) + json ethon (0.16.0) ffi (>= 1.15.0) ffi (1.17.1-aarch64-linux-gnu) ffi (1.17.1-x86_64-linux-gnu) - html-proofer (4.3.2) + fiber-annotation (0.2.0) + fiber-local (1.1.0) + fiber-storage + fiber-storage (1.0.0) + hashery (2.1.2) + html-proofer (5.0.9) addressable (~> 2.3) - mercenary (~> 0.3) + async (~> 2.1) nokogiri (~> 1.13) - parallel (~> 1.10) + pdf-reader (~> 2.11) rainbow (~> 3.0) typhoeus (~> 1.3) yell (~> 2.0) zeitwerk (~> 2.5) - mercenary (0.4.0) - nokogiri (1.18.1-aarch64-linux-gnu) + io-event (1.7.5) + json (2.9.1) + nokogiri (1.18.2-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.18.1-x86_64-linux-gnu) + nokogiri (1.18.2-x86_64-linux-gnu) racc (~> 1.4) - parallel (1.26.3) + pdf-reader (2.13.0) + Ascii85 (>= 1.0, < 3.0, != 2.0.0) + afm (~> 0.2.1) + hashery (~> 2.0) + ruby-rc4 + ttfunk public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) + ruby-rc4 (0.1.5) + ttfunk (1.8.0) + bigdecimal (~> 3.1) typhoeus (1.4.1) ethon (>= 0.9.0) yell (2.2.2) @@ -35,7 +60,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - html-proofer (< 4.4) + html-proofer (< 5.1) BUNDLED WITH 2.6.2