From 9b74681c1fdabdce536e72d0d48f7e0149a434d7 Mon Sep 17 00:00:00 2001 From: eddie_g Date: Tue, 3 Jan 2017 13:10:20 -0600 Subject: [PATCH] Capistrano::SCM::* depends on Capistrano/deploy --- UPGRADING-3.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING-3.7.md b/UPGRADING-3.7.md index 7cc80c03..177a175e 100644 --- a/UPGRADING-3.7.md +++ b/UPGRADING-3.7.md @@ -12,7 +12,7 @@ set :scm, :svn To avoid deprecation warnings: 1. Remove `set :scm, ...` from your Capistrano configuration. -2. Add *one* of the following SCM declarations to your `Capfile`: +2. Add *one* of the following SCM declarations to your `Capfile` after `require "capistrano/deploy"`: ```ruby # To use Git