Commit bf15b56a1ee8596189a5617d26059c5c32eac63e
Exists in
spb-stable
and in
3 other branches
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,6 +113,8 @@ Then select 'Internet Site' and press enter to confirm the hostname. | ||
113 | 113 | ||
114 | # 2. Ruby | 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 | Remove the old Ruby 1.8 if present | 118 | Remove the old Ruby 1.8 if present |
117 | 119 | ||
118 | sudo apt-get remove ruby1.8 | 120 | sudo apt-get remove ruby1.8 |