Skip to content

Commit

Permalink
[WORKAROUND] Fix build error for manual
Browse files Browse the repository at this point in the history
マニュアルビルドで使うjekyllの実行時エラーを回避する。
NOTE: oktokitまたはfaradayの修正がリリースされたら不要になる。
  • Loading branch information
ma8ma committed Sep 29, 2019
1 parent a61b059 commit 0f12154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Gemfile
@@ -1,3 +1,8 @@
source 'https://rubygems.org'

# NOTE: This is workaround for error on octokit (from faraday 0.16.1).
# https://github.com/lostisland/faraday/issues/1033
gem 'faraday', '<=0.15.4'

gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-redirect-from'

0 comments on commit 0f12154

Please sign in to comment.