From d3be11ff53fc75aeecbc7c8cc6265d5812a33054 Mon Sep 17 00:00:00 2001 From: Chris Banks Date: Mon, 24 Jun 2024 14:34:15 +0100 Subject: [PATCH] Explicitly add faraday as top-level dependency. Shouldn't need to cos it's a transitive dep through octokit, which is the only only dep of ours that uses it. See if it makes the bizarre errors from `rails assets:precompile` go away. (Gotta love Rails magic runtime dependency BS.) --- Gemfile | 1 + Gemfile.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 214b44fa..ec3ae29d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gem "artemis" gem "bootsnap", require: false gem "chartkick" gem "dartsass-rails" +gem "faraday" gem "faraday-multipart" gem "faraday-retry" gem "friendly_id" diff --git a/Gemfile.lock b/Gemfile.lock index 40dd6493..6cb5fe6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -707,6 +707,7 @@ DEPENDENCIES dartsass-rails database_cleaner factory_bot_rails + faraday faraday-multipart faraday-retry friendly_id