rails/Brewfile
Takuya Noguchi 27cb8c618c 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>
2024-05-23 13:47:57 +00:00

15 lines
208 B
Ruby

# frozen_string_literal: true
brew "ffmpeg"
brew "memcached"
brew "mysql"
brew "postgresql@16"
brew "libpq"
brew "redis"
brew "yarn"
cask "xquartz"
brew "mupdf"
brew "poppler"
brew "imagemagick"
brew "vips"