remove rvm-capistrano

This commit is contained in:
jomo
2014-06-24 23:06:34 +02:00
parent a2ff7068c0
commit 3be59e76c7
2 changed files with 0 additions and 2 deletions

View File

@@ -37,7 +37,6 @@ gem 'unicorn'
# Deploy with Capistrano
gem 'capistrano'
gem 'rvm-capistrano'
# To use debugger
# gem 'debugger'

View File

@@ -1,5 +1,4 @@
require "bundler/capistrano"
require "rvm/capistrano"
server "redstoner", :web, :app, :db, primary: true