From b9b95f38c371f50e3f88040d37ca6fb9400662cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:35:58 +0000 Subject: [PATCH] Bump faraday from 1.0.1 to 2.14.1 Bumps [faraday](https://github.com/lostisland/faraday) from 1.0.1 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/v1.0.1...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 | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 63f9948..b928e34 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'twitter', '~> 7.0.0' -gem 'faraday', '~> 1.0.0' +gem 'faraday', '~> 2.14.1' diff --git a/Gemfile.lock b/Gemfile.lock index 098e038..b9a8113 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,8 +7,12 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) equalizer (0.0.11) - faraday (1.0.1) - 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.13.1) ffi-compiler (1.0.1) ffi (>= 1.0.0) @@ -24,10 +28,14 @@ GEM http-parser (1.2.2) ffi-compiler http_parser.rb (0.6.0) + json (2.18.1) + logger (1.7.0) memoizable (0.4.2) thread_safe (~> 0.3, >= 0.3.1) - multipart-post (2.1.1) + multipart-post (2.4.1) naught (1.1.0) + net-http (0.9.1) + uri (>= 0.11.1) public_suffix (4.0.6) rake (13.0.1) simple_oauth (0.3.1) @@ -46,12 +54,13 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.7) + uri (1.1.1) PLATFORMS ruby DEPENDENCIES - faraday (~> 1.0.0) + faraday (~> 2.14.1) twitter (~> 7.0.0) BUNDLED WITH