From d5abbd39568989a42b537c79929266952e5ec6ba Mon Sep 17 00:00:00 2001 From: Mike Patrick Date: Wed, 27 Sep 2023 10:55:24 +0100 Subject: [PATCH] Remove Faraday We've just removed the only code in the app that used this. It was only being used for sending EventLogs to Splunk. Or at least, by the code that was intended to send EventLogs to Splunk, but hadn't sent any for a few years. --- Gemfile | 1 - Gemfile.lock | 7 ------- 2 files changed, 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3ad40bea8..c0387cef0 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,6 @@ gem "devise-encryptable" gem "devise_invitable" gem "devise_zxcvbn", "~> 1.1" gem "doorkeeper" -gem "faraday" gem "json" gem "kaminari" gem "kubeclient" diff --git a/Gemfile.lock b/Gemfile.lock index 5a7dcd2a4..dd4af39e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,6 @@ GEM ast (2.4.2) autoprefixer-rails (10.4.7.0) execjs (~> 2) - base64 (0.1.1) bcrypt (3.1.18) better_errors (2.10.1) erubi (>= 1.0.0) @@ -147,11 +146,6 @@ GEM factory_bot_rails (6.2.0) factory_bot (~> 6.2.0) railties (>= 5.0.0) - faraday (2.7.11) - base64 - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) ffi (1.15.5) ffi-compiler (1.0.1) ffi (>= 1.0.0) @@ -731,7 +725,6 @@ DEPENDENCIES devise_zxcvbn (~> 1.1) doorkeeper factory_bot_rails - faraday gds-api-adapters govuk_admin_template govuk_app_config