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}