From 47a4c6d866a89795afc6728b7b9a8e7ae4b4bf09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:14:17 +0000 Subject: [PATCH] Bump faraday from 2.12.3 to 2.14.1 Bumps [faraday](https://github.com/lostisland/faraday) from 2.12.3 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.12.3...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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 81d3f4e..f3812f6 100644 --- a/Gemfile +++ b/Gemfile @@ -45,5 +45,5 @@ gem "wdm", "~> 0.2", :install_if => Gem.win_platform? gem "nokogiri", "~> 1.18" gem "rexml", "~> 3.4" gem "activesupport", "~> 7.2" -gem "faraday", "~> 2.12" +gem "faraday", "~> 2.14" diff --git a/Gemfile.lock b/Gemfile.lock index 14beb3a..555165e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,12 +27,12 @@ GEM http_parser.rb (~> 0) eventmachine (1.2.7) execjs (2.10.0) - faraday (2.12.3) + faraday (2.14.1) faraday-net_http (>= 2.0, < 3.5) json logger - faraday-net_http (3.4.1) - net-http (>= 0.5.0) + faraday-net_http (3.4.2) + net-http (~> 0.5) ffi (1.17.2-aarch64-linux-gnu) ffi (1.17.2-aarch64-linux-musl) ffi (1.17.2-arm-linux-gnu) @@ -117,7 +117,7 @@ GEM gemoji (>= 3, < 5) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.15.0) + json (2.18.1) katex (0.10.0) execjs (~> 2.8) kramdown (2.5.1) @@ -138,8 +138,8 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.25.5) - net-http (0.6.0) - uri + net-http (0.9.1) + uri (>= 0.11.1) nokogiri (1.18.10-aarch64-linux-gnu) racc (~> 1.4) nokogiri (1.18.10-aarch64-linux-musl) @@ -199,7 +199,7 @@ GEM tzinfo-data (1.2025.2) tzinfo (>= 1.0.0) unicode-display_width (2.6.0) - uri (1.0.3) + uri (1.1.1) wdm (0.2.0) webrick (1.9.1) @@ -217,7 +217,7 @@ PLATFORMS DEPENDENCIES activesupport (~> 7.2) - faraday (~> 2.12) + faraday (~> 2.14) jekyll (~> 4.3) jekyll-feed (~> 0.17) jekyll-gist (~> 1.5)