Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env sh
brew update
brew install rbenv
brew install ruby-build
brew install openssl
RUBY_CONFIGURE_OPTS=--with-openssl-dir=`brew --prefix openssl`
rbenv install 2.0.0-preview1