mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-04 11:10:04 -04:00
Add step to reset Gemfile.lock to TROUBLESHOOTING.md
This commit is contained in:
parent
a663251bd4
commit
72ae964e01
1 changed files with 2 additions and 1 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue