$ brew update
をすると、sslのエラーが返って来る。(↓)
fatal: unable to access 'https://github.com/mxcl/homebrew/': SSL certificate problem: Invalid certificate chain
Error: Failure while executing: git pull -q origin refs/heads/master:refs/remotes/origin/master
どうやらsslとgit周りで問題が起こっているらしく、ググっていると、期限が切れたsslのとある証明書を削除する必要があるらしいことが分かった。(↓)
その後、
$ brew update
…
Already up-to-date.
で無事完了。