remove rvm-capistrano
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -37,7 +37,6 @@ gem 'unicorn'
|
||||
|
||||
# Deploy with Capistrano
|
||||
gem 'capistrano'
|
||||
gem 'rvm-capistrano'
|
||||
|
||||
# To use debugger
|
||||
# gem 'debugger'
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
require "bundler/capistrano"
|
||||
require "rvm/capistrano"
|
||||
|
||||
server "redstoner", :web, :app, :db, primary: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user