Skip to content

Instantly share code, notes, and snippets.

@teeparham
Created August 29, 2010 03:13
Show Gist options
  • Save teeparham/555915 to your computer and use it in GitHub Desktop.
Save teeparham/555915 to your computer and use it in GitHub Desktop.
Update ruby to 1.9.2 (osx)
rvm update
rvm reload
rvm install 1.9.2
rvm gemset copy 1.9.1 1.9.2
rvm 1.9.2
sudo port install sqlite3
gem update sqlite3-ruby
gem uninstall ruby-debug19 ruby-debug-base19 columnize linecache19
gem install ruby-debug19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment