summaryrefslogtreecommitdiff
path: root/doc/install/installation.md
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-16 15:29:43 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-16 15:29:43 +0300
commite24ed47f8fdcb846badcc5b38846ddf67a474ad1 (patch)
tree1ba09f3e2344c6c5a4f3bfe4ddf6d5799f4a975a /doc/install/installation.md
parenta7760993c617f25abf3a3aacb7c7c3efda276016 (diff)
parent9042d8d2b283a6d0ab1551dfea87f02669de495b (diff)
downloadgitlab-ce-e24ed47f8fdcb846badcc5b38846ddf67a474ad1.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
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 0c8a15e3fa1..a61a40ebd16 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