Skip to content

Instantly share code, notes, and snippets.

View dugjason's full-sized avatar
:octocat:

Jason Dugdale dugjason

:octocat:
View GitHub Profile

How to install Ruby 2.0.0-p0 on Mac OSX 10.7+

RVM:

rvm get stable && rvm reload

Firstly, the OpenSSL comes with your OSX 10.7+ is outdated, you need to get latest version

How to install Ruby 1.9.3-p392 on Mac OSX 10.8+

RVM:

rvm get stable && rvm reload

Firstly, the OpenSSL comes with your OSX 10.8+ is outdated, you need to get latest version