From dc5e48c5e0629fc61dcfdfb41efe7d88097f03ff Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Mon, 22 Jun 2026 11:22:39 +0100 Subject: [PATCH] CLDC-NONE: update excon --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e5be060d..1e5cdfc3e 100644 --- a/Gemfile +++ b/Gemfile @@ -119,7 +119,7 @@ end gem "cssbundling-rails" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] -gem "excon", "~> 0.111.0" +gem "excon", ">= 1.5.0" # faraday is a transitive dependency, but we need to force the version to 2.14.1 to avoid a vulnerability. gem "faraday", ">= 2.14.1" diff --git a/Gemfile.lock b/Gemfile.lock index da3fe1c1f..9e1fad5cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -202,7 +202,8 @@ GEM et-orbi (1.4.0) tzinfo event_stream_parser (1.0.0) - excon (0.111.0) + excon (1.5.0) + logger factory_bot (6.5.0) activesupport (>= 5.0.0) factory_bot_rails (6.4.4) @@ -600,7 +601,7 @@ DEPENDENCIES devise_two_factor_authentication dotenv-rails erb_lint - excon (~> 0.111.0) + excon (>= 1.5.0) factory_bot_rails faker faraday (>= 2.14.1)