From 79d9cd3c5e3764db9d3506e1702042a7a7a4aea3 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 21:39:57 -0400 Subject: Set up Capistrano --- Gemfile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 69deff3..878e00c 100644 --- a/Gemfile +++ b/Gemfile @@ -30,9 +30,6 @@ gem 'jbuilder', '~> 2.5' # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' -# Use Capistrano for deployment -# gem 'capistrano-rails', group: :development - group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] @@ -48,6 +45,14 @@ group :development do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' + + # Use Capistrano for deployment + gem 'capistrano', '~> 3.0', require: false + gem 'capistrano-rvm', require: false + gem 'capistrano-rails', require: false + gem 'capistrano-bundler', require: false + gem 'capistrano-passenger', require: false + gem 'highline', require: false end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem -- cgit 1.4.1