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