Commit 6594ce1de042491a8ce27899b9ed1c00d0d3e684
Exists in
spb-stable
and in
3 other branches
Merge branch 'specific-warning-for-version-managers' into 'master'
Specific-warning-for-version-managers
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
... | ... | @@ -93,7 +93,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. |
93 | 93 | |
94 | 94 | # 2. Ruby |
95 | 95 | |
96 | -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. | |
96 | +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. For example, GitLab Shell is called from OpenSSH and having a version manager can prevent pushing and pulling over SSH. Version managers are not supported and we stronly advise everyone to follow the instructions below to use a system ruby. | |
97 | 97 | |
98 | 98 | Remove the old Ruby 1.8 if present |
99 | 99 | ... | ... |