deploy: require mina only for deployment tasks
This fixes mina activating Rake traces, which pollutes the output of rake tasks.
This commit is contained in:
parent
e1dc94e70d
commit
af47ccda94
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -175,7 +175,7 @@ group :development, :test do
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
|
|
||||||
# Deploy
|
# 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'
|
gem 'rspec_junit_formatter'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue