diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-09-16 16:43:55 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-09-16 16:57:43 +0100 |
commit | f41ec6d1cb167058a808b7820da5345c6da962fd (patch) | |
tree | 0d373fafea6478bee04540defdb5d66991615243 | |
parent | 2e33b1ac860e237ef31b862f80aa7d2b1dcf9c57 (diff) |
Add note about possible errors on rubygems upgrade.
-rw-r--r-- | doc/CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 413895d38..fc1a685e9 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -11,7 +11,7 @@ `mv cache/zips/download cache/zips/production/download` `rm public/download` * This release upgrades the assumed version of Ubuntu from lucid (10.04) to precise (12.04) -* This release upgrades rubygems in config/packages - version 1.8.15 is available from squeeze-backports on Debian or by default in Ubuntu precise. +* This release upgrades rubygems in config/packages - version 1.8.15 is available from squeeze-backports on Debian or by default in Ubuntu precise. This upgrade may result in "invalid date format in specification:" errors - these should be fixable by manually deleting the gems specs that are being referenced in the error and re-running rails-post-deploy # Version 0.12 ## Highlighted features |