Skip to content

Instantly share code, notes, and snippets.

@paulghaddad
Created June 8, 2015 15:25
Show Gist options
  • Save paulghaddad/74d5c1a078b3015eafc3 to your computer and use it in GitHub Desktop.
Save paulghaddad/74d5c1a078b3015eafc3 to your computer and use it in GitHub Desktop.
Put in root of app
if [ -f "/usr/local/share/chruby/chruby.sh" ]; then
source /usr/local/share/chruby/chruby.sh
chruby $(cat ./.ruby-version)
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment