Created
August 17, 2012 13:27
-
-
Save mikesjewett/3378689 to your computer and use it in GitHub Desktop.
Restoring RoR dev environment after Mountain Lion upgrade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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