Skip to content

Commit 27cb8c6

Browse files
committed
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. Homebrew/homebrew-core@8060df9 Signed-off-by: Takuya Noguchi <[email protected]>
1 parent cacb847 commit 27cb8c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Brewfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
brew "ffmpeg"
44
brew "memcached"
55
brew "mysql"
6-
brew "postgresql"
6+
brew "postgresql@16"
7+
brew "libpq"
78
brew "redis"
89
brew "yarn"
910
cask "xquartz"

0 commit comments

Comments
 (0)