diff options
author | Chulki Lee <chulki.lee@gmail.com> | 2015-04-13 22:08:19 -0700 |
---|---|---|
committer | Chulki Lee <chulki.lee@gmail.com> | 2015-04-13 22:11:09 -0700 |
commit | 219a7c45f7ec01c151582d6e6db839be7df29bda (patch) | |
tree | e605f7c7e82eb3bace10bc3ad0729719c3a39a0f /doc/install | |
parent | 4ab717ea6a65beca3e069ca8590c22c49085dc8c (diff) | |
download | gitlab-ce-219a7c45f7ec01c151582d6e6db839be7df29bda.tar.gz |
ruby 2.1.6
https://www.ruby-lang.org/en/news/2015/04/13/ruby-2-1-6-released/
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index d6208bb0797..5a4909cd7c2 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -103,8 +103,8 @@ Remove the old Ruby 1.8 if present Download Ruby and compile it: mkdir /tmp/ruby && cd /tmp/ruby - curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz | tar xz - cd ruby-2.1.5 + curl -L --progress http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz + cd ruby-2.1.6 ./configure --disable-install-rdoc make sudo make install |