From 15ea1510b2b67bd1e249de3b7b9ea99b5e7b468f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 20 Jun 2014 19:57:11 +0200 Subject: Install Capistrano 3 gems. --- Gemfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index bc8a239..bd9f1c5 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,14 @@ group :production do gem 'pg' end +group :deployment do + # Deploy with Capistrano + gem 'capistrano', '~>3.2.0' + gem 'capistrano-bundler' + gem 'capistrano-rails' + gem 'capistrano-rvm' +end + # Gems used only for assets and not required # in production environments by default. group :assets do @@ -40,10 +48,6 @@ gem 'bcrypt-ruby', '~> 3.0.0' # Use unicorn as the app server # gem 'unicorn' -# Deploy with Capistrano -gem 'capistrano' -gem 'rvm-capistrano' - # To use debugger # gem 'debugger' -- cgit v1.2.3