lib/shuttle/support/bundler.rb in shuttle-deploy-0.2.1 vs lib/shuttle/support/bundler.rb in shuttle-deploy-0.2.2

- old
+ new

@@ -30,10 +30,11 @@ "bundle install", "--quiet", "--path #{bundle_path}", "--retry=3", "--binstubs", - "--deployment" + "--deployment", + "--without development,test" ].join(' ') res = ssh.run("cd #{release_path} && #{cmd}", &method(:stream_output)) unless res.success?