From cc7cf9bbbcb11029d10bef10da5148588542ebff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:26:35 +0000 Subject: [PATCH] Bump faraday from 0.17.5 to 2.14.1 Bumps [faraday](https://github.com/lostisland/faraday) from 0.17.5 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/v0.17.5...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index d834c5d..bbf6bfc 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "github-pages", group: :jekyll_plugins gem "tzinfo-data" gem "wdm", "~> 0.1.0" if Gem.win_platform? -gem "faraday", "~> 0.17.3" +gem "faraday", "~> 2.14.1" # If you have any plugins, put them here! group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 739922e..f270949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,8 +25,12 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) execjs (2.8.1) - faraday (0.17.5) - multipart-post (>= 1.2, < 3) + 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) forwardable-extended (2.6.0) gemoji (3.0.1) @@ -195,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) @@ -203,6 +208,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) mercenary (0.3.6) mini_portile2 (2.8.9) minima (2.5.1) @@ -217,13 +223,14 @@ GEM jekyll-paginate (~> 1.1) jekyll-sitemap (~> 1.3) minitest (5.24.1) - multipart-post (2.2.3) + net-http (0.9.1) + uri (>= 0.11.1) nokogiri (1.18.9) mini_portile2 (~> 2.8.2) racc (~> 1.4) - octokit (4.22.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (4.0.7) @@ -240,9 +247,9 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.2) + sawyer (0.9.3) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) simpleidn (0.2.1) unf (~> 0.1.4) terminal-table (1.8.0) @@ -257,6 +264,7 @@ GEM unf_ext unf_ext (0.0.8.2) unicode-display_width (1.8.0) + uri (1.1.1) webrick (1.8.2) zeitwerk (2.6.17) @@ -264,7 +272,7 @@ PLATFORMS ruby DEPENDENCIES - faraday (~> 0.17.3) + faraday (~> 2.14.1) github-pages jekyll-include-cache jekyll-sitemap