capistrano updated

This commit is contained in:
Nicolas Bally 2012-07-18 10:55:24 +02:00
parent d491bf3c3a
commit a52c9d90e5
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ end
gem 'jquery-rails'
gem 'capistrano'
gem 'rvm-capistrano'
gem 'unicorn'

View File

@ -2,7 +2,7 @@ set :application, 'jfn_app'
set :domain, 'www.noblet.me'
$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
require "rvm/capistrano"