Here's what I did to get things working.
Yep, over at: https://developer.apple.com
http://adcdownload.apple.com/Developer_Tools/command_line_tools_os_x_10.10_for_xcode__june_2014/command_line_tools_for_osx_10_10_june_2014.dmg (thanks @thomaslindstrom)
Copy/pasted from the site:
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
My subsequent brew install
commands seemed to work fine (ruby-build
, redis
, etc...). Along with rbenv
, etc.
You'll probably need to install Bundler with gem install bundler
if you haven't already.
Leave a comment if something didn't work.