From cf68043bdcd92fcfc7ea9a0152f4f2047e26b791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 01:12:33 +0000 Subject: [PATCH 1/2] Bump nokogiri from 1.19.0 to 1.19.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a991018a7..646edf923 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,11 +125,11 @@ GEM metrics (0.15.0) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) From 5db5c5f0aa43490fbc3e893573f0e811db0eb9c7 Mon Sep 17 00:00:00 2001 From: Kyle Niewiada Date: Fri, 20 Feb 2026 09:48:32 -0500 Subject: [PATCH 2/2] Ignore boardgamegeek.com --- Rakefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index fdcfc2bed..e52a0ef95 100644 --- a/Rakefile +++ b/Rakefile @@ -63,9 +63,10 @@ task :html_proofer do %r{.*savaslabs.com/.*}, # SavasLabs blocking Travis CI/typhoeus %r{.*uplink.nmu.edu/.*}, # They've started returning a 403 to us %r{.*/#comment-.*}, # Internal Disqus comments - %r{https://www.audiokarma.org.*}, # 403s - %r{https://www.linkedin.com.*}, # They always return a 999 - %r{https://www.reddit.com.*}, # Reddit is blocking us :( + %r{^https://boardgamegeek.com/}, # Returns a 403 + %r{^https://www.audiokarma.org.*}, # 403s + %r{^https://www.linkedin.com.*}, # They always return a 999 + %r{^https://www.reddit.com.*}, # Reddit is blocking us :( %r{.*x.com/.*}, # This site now hates HTML Proofer %r{^https://frenck.dev.*}, # Cloudflare is blocking us :( %r{^https://github.com/aav7fl/website/blob/72e003eba56facb762a0bd2ffb79876e5a9e299a/.travis.yml#L23}, # GitHub is saying the anchor is an error