diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-28 13:12:53 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-28 13:12:53 +0100 |
commit | 5e0f29be4b8a7fdfc27ddf0e204f75403487f6ea (patch) | |
tree | b65290e5a81b96c7bc757c6d5ea9bba8a4f3e49c | |
parent | 28f33a29607560701c04582ed170efec3d14e827 (diff) |
Correct reference to RubyGems version
-rw-r--r-- | doc/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index ef354c5ce..ccb64c202 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -54,7 +54,7 @@ Some of the files also have a version number listed in config/packages # Install Ruby dependencies -Install rubygems 1.6.1 (we're not using the Debian package because we +Install rubygems 1.6.2 (we're not using the Debian package because we need an older version; see "Troubleshooting" below for an explanation): |