lib/ors/helpers.rb in ors-0.0.7 vs lib/ors/helpers.rb in ors-0.0.8

- old
+ new

@@ -19,11 +19,11 @@ execute_command server, %(source ~/.rvm/scripts/rvm), %(cd #{deploy_directory}), %(gem install rubygems-update), %(gem update --system), %(gem install bundler), - %(bundle install --without development test osx > bundler.log) + %(bundle install --without development test osx_development > bundler.log) end def update_code server info "[#{server}] updating codebase..." @@ -36,10 +36,10 @@ def bundle_install server info "[#{server}] installing bundle..." execute_command server, %(source ~/.rvm/scripts/rvm), %(cd #{deploy_directory}), - %(bundle install --without development test osx > bundler.log) + %(bundle install --without development test osx_development > bundler.log) end def start_server server info "[#{server}] starting unicorn..."