mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:21:50 +08:00
FIX: brewfile was out of date
* 'homebrew/dupes' has been deprecated * 'apple-gcc42' is not available on Sierra
This commit is contained in:
parent
ae9b1e8554
commit
c689731fab
6
Brewfile
6
Brewfile
|
@ -1,11 +1,5 @@
|
|||
# Install development dependencies on Mac OS X using Homebrew (http://mxcl.github.com/homebrew)
|
||||
|
||||
# add this repo to Homebrew's sources
|
||||
tap 'homebrew/dupes'
|
||||
|
||||
# install the gcc compiler required for ruby
|
||||
brew 'apple-gcc42'
|
||||
|
||||
# you probably already have git installed; ensure that it is the latest version
|
||||
brew 'git'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user