mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Simplify bundler init. Closes #700
This commit is contained in:
parent
b6c33abda1
commit
1c62dd68a7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Middleman::Cli
|
||||||
|
|
||||||
# The setup task
|
# The setup task
|
||||||
def bundle
|
def bundle
|
||||||
run('bundle install --without development test')#, :capture => true)
|
run('bundle install')#, :capture => true)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue