From e246d606cd496d88d8f4f6ad81b583310efa262f Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 31 Dec 2019 20:22:54 +0900 Subject: [PATCH] Revert "Bump rdoc from 6.2.0 to 6.2.1" This reverts commit 4e26dfcd7e47a76855809818d805f49d919a93b0. Try to fix deploy failure ``` bundle stdout: rdoc-6.2.1 requires ruby version >= 2.4.0, which is incompatible with the current version, ruby 2.3.3p222 bundle stderr: Nothing written ``` --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8a9a6e6..0cc3708 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,7 +19,7 @@ GEM net-ssh (>= 2.6.5, < 6.0.0) net-ssh (5.2.0) rake (13.0.1) - rdoc (6.2.1) + rdoc (6.2.0) sshkit (1.20.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0)