Skip to content

Commit

Permalink
Add step to reset Gemfile.lock to TROUBLESHOOTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Mar 13, 2013
1 parent a663251 commit 72ae964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 72ae964

Please sign in to comment.