-
Install
homebrew
. See instructions on their website, http://brew.sh/. -
Install
postgres
.
brew install postgresql
-
Install
rvm
. See intructions on their website, https://rvm.io/. -
Use
rvm
to install the current ruby version.
rvm install ruby-2.3.1
- Install
bundler
.
gem install bundler