From 9205468ba9d5a539149ca7a76aeb13ab9a380732 Mon Sep 17 00:00:00 2001 From: blakadder Date: Thu, 21 Dec 2023 10:17:10 +0100 Subject: [PATCH] fix --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 67b44a29..c568cad8 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,4 @@ gem 'wdm', '>= 0.1.0' if Gem.win_platform? # gem 'jekyll_image_processing', git: 'https://github.com/benubois/jekyll_image_processing' # https://github.com/jekyll/jekyll/issues/8523#issuecomment-751409319 gem "webrick", "~> 1.8" +gem 'faraday-retry'