diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-30 08:51:39 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-30 08:51:39 +0100 |
commit | b8d85bc23037be94040f12f83b15bd2aea34ffa2 (patch) | |
tree | 733b779613ac9a4eb499dd6e5fc414a541515e61 | |
parent | a2e46cf12fbfd9446bb6c2cc7e0fa8f0e467c668 (diff) | |
parent | 87fa3f0d2efd454441b838e3fd0b3645a6052c33 (diff) | |
download | gitlab-ce-b8d85bc23037be94040f12f83b15bd2aea34ffa2.tar.gz |
Merge pull request #8194 from bbodenmiller/patch-9
ruby -> Ruby
-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 94bd22818e5..b5f54ff9b28 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -92,7 +92,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. 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 strongly 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 strongly advise everyone to follow the instructions below to use a system Ruby. Remove the old Ruby 1.8 if present |