-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile.ruby
More file actions
25 lines (25 loc) · 1.8 KB
/
Copy pathBrewfile.ruby
File metadata and controls
25 lines (25 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cask_args appdir: '/Applications'
# NOTE: homebrew/bundle, homebrew/cask-fonts and homebrew/services were
# deprecated/emptied by Homebrew. bundle & services are built into core, and
# cask fonts migrated into homebrew/cask — no taps are required.
brew "coreutils" # REQUIRED - ROR/DEVOPS Required to build ruby containers and new ruby version binaries.
brew "cmake" # RECOMMENDED - ROR/DEVOPS
# brew 'imagemagick' # RECOMMENDED - ROR Image manipulation utility for web #
# applications
# (Currently has problems as of 2022.03.24)
brew 'libyaml' # RECOMMENDED - ROR/DEVOPS Compiled Dependency for web applications with Ruby on Rails
brew 'memcached' # RECOMMENDED - ROR Performance Caching library for Ruby on Rails
# brew "mysql", restart_service: true # REQUIRED - ROR/DEVOPS/PYTHON/PG Database
brew "mysql" # REQUIRED - ROR/DEVOPS/PYTHON/PG Database Dependency for MySQL
brew "mysql-client" # REQUIRED - ROR/DEVOPS/PYTHON/PG Database Dependency for MySQL
# brew "openjdk" # RECOMMENDED - Used within some of our legacy gems
brew "openssl@3" # REQUIRED - ROR/DEVOPS/PYTHON/PG Database Dependency for MySQL
brew "pidof" # RECOMMENDED - ROR CL Dependency for displaying PID for a running process
brew "rbenv" # REQUIRED - ROR Ruby Version Manager that replaces RVM
brew "rbenv-default-gems" # RECOMMENDED - ROR Ruby Version Manager default gems for all projects.
brew "readline" # REQUIRED - ROR/DEVOPS/PYTHON/PG Database Dependency for MySQL
brew "ruby-build" # REQUIRED - ROR Dependency for rbenv
brew "solargraph" # RECOMMENDED - ROR debugging and language server for Ruby on Rails
# brew "sphinx" # RECOMMENDED - ROR Application Dependency for search functionality in Ruby on Rails (Legacy)
brew "shfmt" # OPTIONAL - BASE/ROR/NODE/DEVOPS/PYTHON Linter for shell scripts
brew "zlib" # NOT-USED Image Dependency data compression library