From 3be59e76c72284be54fd0d2b3d26073077a53727 Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 24 Jun 2014 23:06:34 +0200 Subject: [PATCH] remove rvm-capistrano --- Gemfile | 1 - config/deploy.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index e5364dd..b4a7b11 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,6 @@ gem 'unicorn' # Deploy with Capistrano gem 'capistrano' -gem 'rvm-capistrano' # To use debugger # gem 'debugger' diff --git a/config/deploy.rb b/config/deploy.rb index c164e0b..b459103 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,4 @@ require "bundler/capistrano" -require "rvm/capistrano" server "redstoner", :web, :app, :db, primary: true