diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-03-12 13:33:06 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-03-12 13:33:06 +0000 |
commit | e77e9a1d4016ef9fdc387529a623afb04d886a3c (patch) | |
tree | 8dcd7fbc55e4aeaefd5fac5135202d91c42e89b5 | |
parent | 37bff4c0154b57b35a3194a9b31a9422496b955b (diff) |
Mention that bundler must be installed for upgrades
-rw-r--r-- | doc/CHANGES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index f0eee4a81..51da903b1 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -6,6 +6,9 @@ ## Upgrade notes +* Existing installations will need to install the Bundler gem. See + `INSTALL.md` for details. + * Because dependencies are now handled by Bundler, when you next run the `rails-post-deploy` script, it will download, compile and install various things. Part of this is compiling xapian, which may |