Simplify bundler init. Closes #700

This commit is contained in:
Thomas Reynolds 2012-12-30 19:58:37 -08:00
parent b6c33abda1
commit 1c62dd68a7

View file

@ -12,7 +12,7 @@ module Middleman::Cli
# The setup task
def bundle
run('bundle install --without development test')#, :capture => true)
run('bundle install')#, :capture => true)
end
end