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.
This commit is contained in:
Tim Byrne 2020-01-21 07:43:46 -06:00
parent 66668dd6c6
commit 5f49ffb76c
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 3 additions and 0 deletions

View File

@ -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