chore: update Brewfile per renaming postgresql Formula

postgresql was renamed to postgresql@14 in the Homebrew upstream
and now postgresql@16 is the latest stable, so we can use
postgresql@16 in the development environment.

cf.
8060df9169

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2024-05-23 13:47:57 +00:00
parent cacb8475a9
commit 27cb8c618c

@ -3,7 +3,8 @@
brew "ffmpeg"
brew "memcached"
brew "mysql"
brew "postgresql"
brew "postgresql@16"
brew "libpq"
brew "redis"
brew "yarn"
cask "xquartz"