Created
July 14, 2013 12:51
-
-
Save sfelde/5994175 to your computer and use it in GitHub Desktop.
ruby on rails – bundle reinstall
This file contains hidden or 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
1 | |
$ rvm gemset empty | |
Then install them the regular way: | |
? | |
1 | |
$ bundle install | |
You might get an error that looks like this: “There was an error in your Gemfile, and Bundler cannot continue.”. If that’s the case, run: | |
? | |
1 | |
$ gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment