From bff7f1fa78a7ffbdd267c6391cc1406e0dea7009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:29:55 +0000 Subject: [PATCH 1/2] Bump faraday from 2.7.4 to 2.14.1 Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.4 to 2.14.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.7.4...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c322c8e..aa4eed1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,10 +24,12 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.8.1) - faraday (2.7.4) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) ffi (1.15.5) ffi (1.15.5-x64-mingw-ucrt) forwardable-extended (2.6.0) @@ -197,6 +199,7 @@ GEM gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) + json (2.18.1) kramdown (2.3.2) rexml kramdown-parser-gfm (1.1.0) @@ -205,12 +208,15 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.3.6) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.19.0) + net-http (0.9.1) + uri (>= 0.11.1) nokogiri (1.18.9-x64-mingw-ucrt) racc (~> 1.4) nokogiri (1.18.9-x86_64-linux-gnu) @@ -227,7 +233,6 @@ GEM ffi (~> 1.0) rexml (3.4.2) rouge (3.26.0) - ruby2_keywords (0.0.5) rubyzip (2.3.2) safe_yaml (1.0.5) sass (3.7.4) @@ -253,6 +258,7 @@ GEM unf_ext (0.0.8.2) unf_ext (0.0.8.2-x64-mingw-ucrt) unicode-display_width (1.8.0) + uri (1.1.1) wdm (0.1.1) webrick (1.8.2) From fc7bdbe33950f71977bedb34def240e8b3019c7d Mon Sep 17 00:00:00 2001 From: Peter Johnson <5164283+delphidabbler@users.noreply.github.com> Date: Fri, 13 Feb 2026 00:10:59 +0000 Subject: [PATCH 2/2] Add Faraday gem version 2.14.1 to Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 034b664..2e5f33c 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,7 @@ gem "commonmarker", ">= 0.23.10" gem "nokogiri", "~> 1.18.9" gem "rexml", "~> 3.4.2" gem "activesupport", "~> 7.0.7.1" +gem "faraday", ">= 2.14.1" # Fix for when using Ruby 3 - webrick no longer installed w/ Ruby 3 gem "webrick", "~> 1.8"