lib/dvm/cli.rb in dvm-0.1.0 vs lib/dvm/cli.rb in dvm-0.1.1
- old
+ new
@@ -123,10 +123,10 @@
end
def bundle_install
log_action 'Rails bundle install'
- run_cmd "cd #{current};RAILS_ENV=production bundle install"
+ run_cmd "cd #{current};RAILS_ENV=production bundle install --deployment"
end
def init_install
log_action 'Git clone'