Skip to content

Instantly share code, notes, and snippets.

@spencerroan
Created May 8, 2015 16:24
Show Gist options
  • Save spencerroan/343941fb0c1d52b756a4 to your computer and use it in GitHub Desktop.
Save spencerroan/343941fb0c1d52b756a4 to your computer and use it in GitHub Desktop.
upgrading to ruby 2.2.2
rvm install ruby-2.2.2
bundle install
#rspec spec failed on redis
brew install redis
# turn on redis at login
mkdir -p ~/Library/LaunchAgents
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
# turn on redis now!
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment