From a52c9d90e5e8f7600b3cc33de2652ba689dfff12 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 18 Jul 2012 10:55:24 +0200 Subject: [PATCH] capistrano updated --- Gemfile | 1 + config/deploy.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b205c10..e4116a0 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,7 @@ end gem 'jquery-rails' gem 'capistrano' +gem 'rvm-capistrano' gem 'unicorn' diff --git a/config/deploy.rb b/config/deploy.rb index 5ef8ff5..d65fcaa 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -2,7 +2,7 @@ set :application, 'jfn_app' set :domain, 'www.noblet.me' - $:.unshift(File.expand_path('./lib', ENV['rvm_path'])) + require "rvm/capistrano"