From 5f49ffb76cec091f9985075d1e5848b27377c80b Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Tue, 21 Jan 2020 07:43:46 -0600 Subject: [PATCH] Specify version of Faraday With Faraday 0.9.0 the Faraday::Error::ClientError has been renamed to Faraday::ClientError. This is a change not reflected in Jekyll 3.8.5. --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index f4100de..9a0f84a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,8 @@ source "https://rubygems.org" +# ensure older verion of faraday +gem 'faraday', '~> 0.17.3' + gem "github-pages", group: :jekyll_plugins group :jekyll_plugins do