rails/Brewfile
Chris Gibson 457dcc9f4e Remove taps from Brewfile
- homebrew/core and homebrew/cask taps are built-in and, as of Homebrew
  4.2.0, results in an error when tapped.
- homebrew/bundle and homebrew/services are automatically installed when
  first run and don't need to be specified in the Brewfile.
2024-03-23 21:14:03 -05:00

14 lines
192 B
Ruby

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