From 1ddee35b10ca4f119ba8ae475735d5c232d2db5e Mon Sep 17 00:00:00 2001 From: Darryl Hopkins Date: Fri, 3 May 2024 17:01:44 -0400 Subject: [PATCH] Tweak faraday gems --- Gemfile | 3 ++- Gemfile.lock | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index e36decae..3fa77718 100644 --- a/Gemfile +++ b/Gemfile @@ -17,5 +17,6 @@ gem "parallel_tests" gem "typhoeus" gem 'faraday-httpclient' gem 'faraday-net_http_persistent' -gem 'faraday-patron' +#gem 'faraday-patron' +gem 'faraday-net_http' gem 'faraday-typhoeus' diff --git a/Gemfile.lock b/Gemfile.lock index 57bf9a28..2c31cb77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,8 +70,6 @@ GEM faraday-net_http_persistent (2.1.0) faraday (~> 2.5) net-http-persistent (~> 4.0) - faraday-patron (2.0.1) - patron (>= 0.4.2) faraday-typhoeus (1.1.0) faraday (~> 2.0) typhoeus (~> 1.4) @@ -116,7 +114,6 @@ GEM parallel (1.24.0) parallel_tests (4.7.1) parallel - patron (0.13.3) racc (1.7.3) rack (3.0.10) rack-session (2.0.0) @@ -154,8 +151,8 @@ DEPENDENCIES connection_pool elasticsearch (~> 7) faraday-httpclient + faraday-net_http faraday-net_http_persistent - faraday-patron faraday-typhoeus gemoji-parser kaminari