From af47ccda9440e5aaa16a9fa36d0a788dc30efe3e Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 26 Nov 2018 12:09:35 +0100 Subject: [PATCH] deploy: require mina only for deployment tasks This fixes mina activating Rake traces, which pollutes the output of rake tasks. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 42647402b..59eaecbb2 100644 --- a/Gemfile +++ b/Gemfile @@ -175,7 +175,7 @@ group :development, :test do gem 'rspec-rails' # Deploy - gem 'mina', git: 'https://github.com/mina-deploy/mina.git' + gem 'mina', git: 'https://github.com/mina-deploy/mina.git', require: false gem 'rspec_junit_formatter' end