Skip to content

Instantly share code, notes, and snippets.

@markbates
Forked from msolli/ruby-install
Last active October 23, 2018 08:50
Show Gist options
  • Save markbates/f21818a4b45c3ac5518eded212229310 to your computer and use it in GitHub Desktop.
Save markbates/f21818a4b45c3ac5518eded212229310 to your computer and use it in GitHub Desktop.
Install Ruby 2.2 on OS X Yosemite with Fish shell
brew update
brew install chruby chruby-fish ruby-install openssl readline libyaml gdbm libffi
brew cleanup
brew tap raggi/ale
brew install openssl-osx-ca
echo ". /usr/local/share/chruby/chruby.fish" >> .config/fish/config.fish
echo ". /usr/local/share/chruby/auto.fish" >> .config/fish/config.fish
ruby-install ruby 2.3.0
echo "ruby-2.3" > .ruby-version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment