From d5135d50d25422a68c0c27cad7ca46ac43f8910b Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Tue, 30 Jul 2013 11:39:47 +0200 Subject: [PATCH] Reminder to use :require => false in the Gemfile --- _site/documentation/upgrading/index.html | 4 ++-- documentation/upgrading/index.markdown | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_site/documentation/upgrading/index.html b/_site/documentation/upgrading/index.html index 9c925a5a..e953d91a 100644 --- a/_site/documentation/upgrading/index.html +++ b/_site/documentation/upgrading/index.html @@ -110,7 +110,7 @@

Upgrading from v2.x.x

1. - Update your Gemfile: gem 'capistrano', '~> 3.0'

+ Update your Gemfile: gem 'capistrano', '~> 3.0', require: false

If you deploy Rails, you wil also need capistrano-rails gem (Rails integration was moved out from Capistrano 3.x).

@@ -210,7 +210,7 @@ role :db, %w{example.com}