From 72ae964e01fc77c8fbfba79149aabd537e634050 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Wed, 13 Mar 2013 11:16:45 +0100 Subject: [PATCH] Add step to reset Gemfile.lock to TROUBLESHOOTING.md --- docs/TROUBLESHOOTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index e8a22d38fa2..845d673f5a9 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -25,7 +25,8 @@ reaching out to the community for help: Don't. Running `bundle update` will download gem versions that we haven't tested with. The Gemfile.lock has the gem versions that Discourse currently uses, so `bundle install` - will work. If you ran update, then you should uninstall the gems and run `bundle install`. + will work. If you ran update, then you should uninstall the gems, run + `git checkout -- Gemfile.lock` and then run `bundle install`. 5. Have you migrated your database?