Skip to content

Instantly share code, notes, and snippets.

@timurvafin
Last active October 5, 2015 10:41
Show Gist options
  • Save timurvafin/3ccfff7105bee363a70e to your computer and use it in GitHub Desktop.
Save timurvafin/3ccfff7105bee363a70e to your computer and use it in GitHub Desktop.
Upgrade to osx 10.11

Upgrade from 10.10 to 10.11

You will require ~ 1h to setup all things.

Homebrew

brew update

OSX

  • Install all Software Updates available in the Apple Menu, up to and including El Capitan.
  • Reboot

fix Homebrew

brew doctor
sudo chown -R $(whoami):admin /usr/local

Install Command line tools

xcode-select --install

Openssl

I've done that, but not sure it required

brew uninstall openssl 
brew install openssl

Ruby

I've done that, but not sure it required

brew upgrade rbenv ruby-build
rbenv uninstall 2.2.3
rbenv install 2.2.3

Gems

Probbaly you will need to update project gems

bundle update puma libv8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment