Why are we not updating bundler?

This commit is contained in:
wycats 2010-03-28 15:46:45 -07:00
parent edaf92f5ab
commit 1b9777e84f

@ -19,7 +19,7 @@ def rake(*tasks)
build_results = {}
# Install required version of bundler.
bundler_install_cmd = "sudo gem install bundler -v 0.9.10 --no-ri --no-rdoc"
bundler_install_cmd = "sudo gem install bundler --no-ri --no-rdoc"
puts "Running command: #{bundler_install_cmd}"
build_results[:install_bundler] = system bundler_install_cmd