From 0d2716dde766b2c3943027ec792ff63ba47b6a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:28:24 +0000 Subject: [PATCH] Bump faraday from 0.8.8 to 2.14.1 in /stellar2twitter Bumps [faraday](https://github.com/lostisland/faraday) from 0.8.8 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.8.8...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- stellar2twitter/Gemfile.lock | 59 ++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 9 deletions(-) diff --git a/stellar2twitter/Gemfile.lock b/stellar2twitter/Gemfile.lock index b8b7260..a445fe6 100644 --- a/stellar2twitter/Gemfile.lock +++ b/stellar2twitter/Gemfile.lock @@ -1,17 +1,58 @@ GEM remote: http://rubygems.org/ specs: - faraday (0.8.8) - multipart-post (~> 1.2.0) - multi_json (1.7.9) - multipart-post (1.2.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) + buftok (0.3.0) + domain_name (0.6.20240107) + equalizer (0.0.11) + 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.17.3) + ffi-compiler (1.3.2) + ffi (>= 1.15.5) + rake + http (5.3.1) + addressable (~> 2.8) + http-cookie (~> 1.0) + http-form_data (~> 2.2) + llhttp-ffi (~> 0.5.0) + http-cookie (1.1.0) + domain_name (~> 0.5) + http-form_data (2.3.0) + json (2.18.1) + llhttp-ffi (0.5.1) + ffi-compiler (~> 1.0) + rake (~> 13.0) + logger (1.7.0) + memoizable (0.4.2) + thread_safe (~> 0.3, >= 0.3.1) + multipart-post (2.4.1) + naught (1.1.0) + net-http (0.9.1) + uri (>= 0.11.1) + public_suffix (7.0.2) + rake (13.3.1) redis (2.2.2) ruby-oembed (0.8.8) - simple_oauth (0.2.0) - twitter (4.8.1) - faraday (~> 0.8, < 0.10) - multi_json (~> 1.0) - simple_oauth (~> 0.2) + simple_oauth (0.3.1) + thread_safe (0.3.6) + twitter (8.2.0) + addressable (~> 2.8) + buftok (~> 0.3.0) + equalizer (~> 0.0.11) + http (~> 5.2) + http-form_data (~> 2.3) + llhttp-ffi (~> 0.5.0) + memoizable (~> 0.4.0) + multipart-post (~> 2.4) + naught (~> 1.1) + simple_oauth (~> 0.3.0) + uri (1.1.1) PLATFORMS ruby