From d846efc25e6b2d6da9ab569558dcddbf3864e735 Mon Sep 17 00:00:00 2001 From: ulferts Date: Fri, 15 Sep 2023 08:32:54 +0200 Subject: [PATCH] bump excon & faraday --- Gemfile.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e549fe3fc9f..05dc869d0be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -442,13 +442,14 @@ GEM tzinfo eventmachine (1.2.7) eventmachine_httpserver (0.2.1) - excon (0.102.0) + excon (0.103.0) factory_bot (6.2.1) activesupport (>= 5.0.0) factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faraday (2.7.10) + faraday (2.7.11) + base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) faraday-follow_redirects (0.3.0)