This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Do this before doing bundle install | |
# Make sure you have Xcode installed with command line utilities. | |
# Install Home Brew (if you already have it installed update it): | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew update --system | |
brew update |
OlderNewer