summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2016-12-05 12:29:50 +0000
committerSean McGivern <sean@mcgivern.me.uk>2016-12-05 12:29:50 +0000
commit024ca242b4cdb6f64abb0148952796967d13104b (patch)
treea8f0df84e82c29156c286b26139c80a5aba0ae54 /doc
parentd134c72523fb54d4b5e21a160553839099c4ab35 (diff)
parent785a80132c2716446cfde57a196d495e1e97a4c0 (diff)
downloadgitlab-ce-024ca242b4cdb6f64abb0148952796967d13104b.tar.gz
Merge branch 'zj-use-ruby-2-3-3' into 'master'
Bump ruby version to 2.3.3 Part of gitlab-org/gitlab-ce#24629 See merge request !7904
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 4b0c585e51e..5099d639347 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -123,9 +123,9 @@ Remove the old Ruby 1.8 if present:
Download Ruby and compile it:
mkdir /tmp/ruby && cd /tmp/ruby
- curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz
- echo 'c39b4001f7acb4e334cb60a0f4df72d434bef711 ruby-2.3.1.tar.gz' | shasum -c - && tar xzf ruby-2.3.1.tar.gz
- cd ruby-2.3.1
+ curl --remote-name --progress https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz
+ echo 'a8db9ce7f9110320f33b8325200e3ecfbd2b534b ruby-2.3.3.tar.gz' | shasum -c - && tar xzf ruby-2.3.3.tar.gz
+ cd ruby-2.3.3
./configure --disable-install-rdoc
make
sudo make install