From f11d51746d62a44c613f5efb7de16fa7f4b3990a Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 15 Jan 2017 01:58:38 +0100 Subject: [PATCH] Downgrade thor to 0.19.1 Version 0.19.4 prints errors to the console, which can be weird for podmins. See erikhuda/thor#538 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4b4f790f7..ab4a78f3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -831,7 +831,7 @@ GEM unicode-display_width (~> 1.1.1) test_after_commit (1.1.0) activerecord (>= 3.2) - thor (0.19.4) + thor (0.19.1) thread_safe (0.3.5) tilt (1.4.1) timecop (0.8.1)