diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-03 11:28:31 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-03 11:28:31 +0000 |
commit | 6594ce1de042491a8ce27899b9ed1c00d0d3e684 (patch) | |
tree | 6818d5769ba2fa3809ae24aecd9319ffa563d1c1 | |
parent | 1eec1f4f20a13d8110757fb5027462346aa0a9fc (diff) | |
parent | 80bc7c4ca536e1f3e6192ae8779ba3f8f443cef4 (diff) | |
download | gitlab-ce-6594ce1de042491a8ce27899b9ed1c00d0d3e684.tar.gz |
Merge branch 'specific-warning-for-version-managers' into 'master'
Specific-warning-for-version-managers
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index efcba2f69bf..b640996c28c 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -93,7 +93,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. # 2. Ruby -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. +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. Remove the old Ruby 1.8 if present |