From 7d0288453ebae51cdcc547303ff98cffb629fad2 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 22 Dec 2015 12:07:52 +0100 Subject: Update capistrano-passenger, and add to Capfile. The new capistrano-passenger module has better support for restarting the app, and integrates better with RVM. --- Capfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Capfile') diff --git a/Capfile b/Capfile index 897c028..44d4253 100644 --- a/Capfile +++ b/Capfile @@ -21,6 +21,7 @@ require 'capistrano/bundler' require 'capistrano/rails/assets' require 'capistrano/rails/migrations' require 'capistrano/postgresql' +require 'capistrano/passenger' # Loads custom tasks from `lib/capistrano/tasks' if you have any defined. Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } -- cgit v1.2.3