From 27cb8c618ca3a96a2817e412bfe48dc29a6acfa3 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Thu, 23 May 2024 13:47:57 +0000 Subject: [PATCH] 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. https://github.com/homebrew/homebrew-core/commit/8060df9169055ee1fb9d1d69fd149c3922e864ba Signed-off-by: Takuya Noguchi --- Brewfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 7fc913e1fa..f767e801d1 100644 --- a/Brewfile +++ b/Brewfile @@ -3,7 +3,8 @@ brew "ffmpeg" brew "memcached" brew "mysql" -brew "postgresql" +brew "postgresql@16" +brew "libpq" brew "redis" brew "yarn" cask "xquartz"