Merge pull request #359 from victormours/adding-brew-update

Adding brew update to Rakefile
This commit is contained in:
Yan Pritzker 2013-06-12 07:16:46 -07:00
commit 043081b865

View File

@ -139,6 +139,12 @@ def install_homebrew
run %{ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"}
end
puts
puts
puts "======================================================"
puts "Updating Homebrew."
puts "======================================================"
run %{brew update}
puts
puts
puts "======================================================"