Commit d58aca0693d28e17633fb0d2825f1cddfd4f0748

Authored by Dmitriy Zaporozhets
1 parent 233eb1c6

Ask people to remove 1.8 ruby to prevent issues

Showing 2 changed files with 5 additions and 0 deletions   Show diff stats
CHANGELOG
... ... @@ -7,6 +7,7 @@ v 5.3.0
7 7 - Improve sign-in page if ldap enabled
8 8 - Respect newlines in wall messages
9 9 - Generate the Rails secret token on first run
  10 + - Rename repo feature
10 11  
11 12 v 5.2.0
12 13 - Turbolinks
... ...
doc/install/installation.md
... ... @@ -69,6 +69,10 @@ does not ship with one. The recommended mail server is postfix and you can insta
69 69  
70 70 # 2. Ruby
71 71  
  72 +Remove old 1.8 ruby if present
  73 +
  74 + sudo apt-get remove ruby1.8
  75 +
72 76 Download and compile it:
73 77  
74 78 mkdir /tmp/ruby && cd /tmp/ruby
... ...