Skip to content

Commit

Permalink
Remove Faraday
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mike29736 committed Sep 27, 2023
1 parent a38cf17 commit d5abbd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -731,7 +725,6 @@ DEPENDENCIES
devise_zxcvbn (~> 1.1)
doorkeeper
factory_bot_rails
faraday
gds-api-adapters
govuk_admin_template
govuk_app_config
Expand Down

0 comments on commit d5abbd3

Please sign in to comment.