Commit bf15b56a1ee8596189a5617d26059c5c32eac63e

Authored by Dmitriy Zaporozhets
2 parents 5745a510 a4f2da47

Merge branch 'warn-against-version-managers' into 'master'

Warn Against Version Managers
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
doc/install/installation.md
... ... @@ -113,6 +113,8 @@ Then select 'Internet Site' and press enter to confirm the hostname.
113 113  
114 114 # 2. Ruby
115 115  
  116 +The use of ruby version managers such as [RVM](http://rvm.io/), [rbenv](https://github.com/sstephenson/rbenv) or [chruby](https://github.com/postmodern/chruby) with GitLab in production frequently leads to hard to diagnose problems. Version managers are not supported and we stronly advise everyone to follow the instructions below to use a system ruby.
  117 +
116 118 Remove the old Ruby 1.8 if present
117 119  
118 120 sudo apt-get remove ruby1.8
... ...