FIX: brewfile was out of date

* 'homebrew/dupes' has been deprecated
* 'apple-gcc42' is not available on Sierra
This commit is contained in:
Joffrey JAFFEUX
2018-03-01 10:15:37 +01:00
committed by GitHub
parent ae9b1e8554
commit c689731fab

View File

@ -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'