Skip to content

Instantly share code, notes, and snippets.

@mikesjewett
Created August 17, 2012 13:27
Show Gist options
  • Save mikesjewett/3378689 to your computer and use it in GitHub Desktop.
Save mikesjewett/3378689 to your computer and use it in GitHub Desktop.
Restoring RoR dev environment after Mountain Lion upgrade
rvm gemset empty
rvm gemset create mike_dev
rvm use 1.9.3@mike_dev
bundle install
(also had to run bundle update first on macbook, but not iMac. -- this was due to addressable-2.3.1 not being found.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment