From b746ecdba629db4bc8e0906b6cbce00274a86bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:41:28 +0000 Subject: [PATCH 1/2] Bump nokogiri from 1.18.9 to 1.19.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.9 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.18.9...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86d2bfc..3cc0549 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,9 +217,9 @@ GEM minitest (5.19.0) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.18.9-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.9-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) From 6606f7092f9840360e58f18b3068b29109f5523a Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Fri, 20 Feb 2026 08:49:37 -0500 Subject: [PATCH 2/2] Explicitly add formerly default gems for Ruby 3.4+ * base64 * bigdecimal * csv Signed-off-by: Ben Cotton More --- Gemfile | 6 ++++++ Gemfile.lock | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index 6cbee77..37e823e 100644 --- a/Gemfile +++ b/Gemfile @@ -20,3 +20,9 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "csv", "~> 3.3" + +gem "base64", "~> 0.3.0" + +gem "bigdecimal", "~> 4.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3cc0549..d652d6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,6 +16,7 @@ GEM colorator (1.1.0) commonmarker (0.23.10) concurrent-ruby (1.2.2) + csv (3.3.5) dnsruby (1.70.0) simpleidn (~> 0.2.1) em-websocket (0.5.3) @@ -264,6 +265,9 @@ PLATFORMS x86_64-linux DEPENDENCIES + base64 (~> 0.3.0) + bigdecimal (4.0.1) + csv (~> 3.3) github-pages (~> 228) http_parser.rb (~> 0.6.0) jekyll-feed (~> 0.12)