From a484277ea8ea0c7c6006bde07339a7f83c6ed1cf Mon Sep 17 00:00:00 2001 From: yafei Lee Date: Mon, 25 Jun 2012 00:57:54 +0800 Subject: [PATCH] rvm cap --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index f823392..ab43a3c 100644 --- a/Gemfile +++ b/Gemfile @@ -35,6 +35,7 @@ end gem 'jquery-rails' gem 'capistrano' +gem 'rvm-capistrano' #gem "bluecloth" gem "redcarpet" diff --git a/Gemfile.lock b/Gemfile.lock index 2c9df96..39f22a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,6 +126,8 @@ GEM activesupport (>= 3.0) railties (>= 3.0) rspec (~> 2.10.0) + rvm-capistrano (1.2.2) + capistrano (>= 2.0.0) sass (3.1.19) sass-rails (3.2.5) railties (~> 3.2.0) @@ -164,6 +166,7 @@ DEPENDENCIES rails (= 3.2.6) redcarpet rspec-rails (>= 2.8.1) + rvm-capistrano sass-rails (~> 3.2.3) simple_form uglifier (>= 1.0.3)