summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-25 00:20:08 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-25 00:20:08 +0300
commitd58aca0693d28e17633fb0d2825f1cddfd4f0748 (patch)
tree67e91359d1e9b8f9d6b9f8a61bcf5c9aa19dbbf3
parent233eb1c693178068cb769e1633df81e938c543ee (diff)
downloadgitlab-ce-d58aca0693d28e17633fb0d2825f1cddfd4f0748.tar.gz
Ask people to remove 1.8 ruby to prevent issues
-rw-r--r--CHANGELOG1
-rw-r--r--doc/install/installation.md4
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index acc684dc2e6..97fd6e9f3d0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,7 @@ v 5.3.0
- Improve sign-in page if ldap enabled
- Respect newlines in wall messages
- Generate the Rails secret token on first run
+ - Rename repo feature
v 5.2.0
- Turbolinks
diff --git a/doc/install/installation.md b/doc/install/installation.md
index e6da3203436..a80e2a8dd5f 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -69,6 +69,10 @@ does not ship with one. The recommended mail server is postfix and you can insta
# 2. Ruby
+Remove old 1.8 ruby if present
+
+ sudo apt-get remove ruby1.8
+
Download and compile it:
mkdir /tmp/ruby && cd /tmp/ruby