From 1a3d718695e6f92d44bbde3b2ab36035b995472e Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 6 Dec 2018 00:47:58 +0500 Subject: [PATCH] Remove unnecessary comments --- Capfile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Capfile b/Capfile index 6bac062..b475383 100644 --- a/Capfile +++ b/Capfile @@ -10,19 +10,6 @@ require 'capistrano/deploy' require 'capistrano/scm/git' install_plugin Capistrano::SCM::Git -# Include tasks from other gems included in your Gemfile. -# -# For documentation on these, see for example: -# -# https://github.com/capistrano/rvm -# https://github.com/capistrano/rbenv -# https://github.com/capistrano/chruby -# https://github.com/capistrano/bundler -# https://github.com/capistrano/rails -# -# require 'capistrano/rvm' -# require 'capistrano/rbenv' -# require 'capistrano/chruby' require 'capistrano/bundler' require 'capistrano/rails/assets' require 'capistrano/rails/migrations'