summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-16 15:27:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-16 15:27:29 +0300
commit9042d8d2b283a6d0ab1551dfea87f02669de495b (patch)
tree7161bd7ef91b65f897393995e3569cb5e16be1bb /doc/install/installation.md
parentb18b9a55be2ca03bec21b928e24242e4df9619b6 (diff)
parent219a7c45f7ec01c151582d6e6db839be7df29bda (diff)
downloadgitlab-ce-9042d8d2b283a6d0ab1551dfea87f02669de495b.tar.gz
Merge pull request #9131 from chulkilee/ruby-2.1.6
ruby 2.1.6
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r--doc/install/installation.md4
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