diff options
-rw-r--r-- | Capfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 3 insertions, 4 deletions
@@ -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 } diff --git a/Gemfile.lock b/Gemfile.lock index 10c7fbf..8f69ac5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM capistrano-bundler (1.1.2) capistrano (~> 3.0) sshkit (~> 1.2) - capistrano-passenger (0.0.1) + capistrano-passenger (0.2.0) capistrano (~> 3.0) capistrano-rails (1.1.1) capistrano (~> 3.1) @@ -94,7 +94,6 @@ GEM coffee-script-source execjs coffee-script-source (1.6.2) - colorize (0.7.7) decorators (1.0.5) railties (>= 3.0.19) devise (2.2.8) @@ -243,8 +242,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) sqlite3 (1.3.11) - sshkit (1.7.1) - colorize (>= 0.7.0) + sshkit (1.8.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) thor (0.19.1) |