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:
parent
66668dd6c6
commit
5f49ffb76c
1 changed files with 3 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -1,5 +1,8 @@
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
|
# ensure older verion of faraday
|
||||||
|
gem 'faraday', '~> 0.17.3'
|
||||||
|
|
||||||
gem "github-pages", group: :jekyll_plugins
|
gem "github-pages", group: :jekyll_plugins
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
|
Loading…
Reference in a new issue