mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add Brewfile to make easier to install all dependencies we need to run tests
This way we don't need to remember which packages we need to install.
This commit is contained in:
parent
bedb3e2250
commit
b71b8ecc4e
1 changed files with 13 additions and 0 deletions
13
Brewfile
Normal file
13
Brewfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
tap "homebrew/core"
|
||||
tap "homebrew/bundle"
|
||||
tap "homebrew/services"
|
||||
tap "caskroom/cask"
|
||||
brew "ffmpeg"
|
||||
brew "memcached"
|
||||
brew "mysql"
|
||||
brew "postgresql"
|
||||
brew "redis"
|
||||
brew "yarn"
|
||||
cask "xquartz"
|
||||
brew "mupdf"
|
||||
brew "poppler"
|
Loading…
Reference in a new issue