From 880ccc536fd86dc1e88655c4c4ce63ef06c7f382 Mon Sep 17 00:00:00 2001 From: Kir Shatrov Date: Tue, 30 Jul 2013 17:52:44 +0300 Subject: [PATCH] Group :development in upgrade guide --- _site/documentation/upgrading/index.html | 8 ++++---- documentation/upgrading/index.markdown | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_site/documentation/upgrading/index.html b/_site/documentation/upgrading/index.html index e953d91a..af668c0f 100644 --- a/_site/documentation/upgrading/index.html +++ b/_site/documentation/upgrading/index.html @@ -100,9 +100,9 @@ v2
  • Recent Announcements
    - +
  • Capistrano Version 3 Release Announcement
  • - + @@ -110,7 +110,7 @@

    Upgrading from v2.x.x

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

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

    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}