From 70d2ad25fe4bdcf93ab382851639ece4cfeffc2f Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 2 Jan 2020 19:58:40 +0100 Subject: [PATCH] pin version of faraday (imported by octokit) to 0.17.3. There is a build error when faraday version 1.0 is used. revert this fix when octokit imports a different version or patches faraday. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 375ee76..c2e8eb3 100644 --- a/Gemfile +++ b/Gemfile @@ -31,3 +31,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] # Performance-booster for watching directories on Windows gem "wdm", "~> 0.1.0" if Gem.win_platform? +# Pin faraday to 0.17.3, otherwise there's a build error caused by version 4.14 of octokit +gem 'faraday', '0.17.3' -- GitLab