Commit fe7687d6

mo k <mo@mokhan.ca>
2012-06-08 05:54:05
bring back the bundler/cap gem because it does the bundle install properly when deploying now.
1 parent daa968b
Changed files (1)
config/deploy.rb
@@ -2,7 +2,7 @@
 require "rvm/capistrano"
 set :rvm_ruby_string, 'ruby-1.9.2-p290@cakeside'
 set :rvm_type, :system
-#require 'bundler/capistrano'                 # loads RVM's capistrano plugin
+require 'bundler/capistrano'                 # loads RVM's capistrano plugin
 set :stages, %w(production staging)
 set :default_stage, "staging"
 require 'capistrano/ext/multistage'