Skip to content

Instantly share code, notes, and snippets.

@sfelde
Created July 14, 2013 12:51
Show Gist options
  • Save sfelde/5994175 to your computer and use it in GitHub Desktop.
Save sfelde/5994175 to your computer and use it in GitHub Desktop.
ruby on rails – bundle reinstall
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