From 14b8965e4e458608109f4ab09b948481d86f7aeb Mon Sep 17 00:00:00 2001 From: Masayuki Yamamoto Date: Sat, 5 Oct 2019 17:31:32 +0900 Subject: [PATCH] Revert "[WORKAROUND] Fix build error for manual" (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0f121542fee72c4968a7e6f40329e2035254609e. マニュアルビルドの依存関係を戻す。faradayの修正がリリースされた[*] [*]: https://rubygems.org/gems/faraday/versions/0.16.2 --- docs/Gemfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index b1e938a7d..bcd3be7d0 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,8 +1,3 @@ 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'