summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-19 17:19:57 +0100
committerJames Lopez <james@jameslopez.es>2016-02-19 17:19:57 +0100
commitaf0ba6605b7fc83c26708e0248b3a2776ec6a150 (patch)
tree425cb566476e4d91a61a5218366bb461730ccbe2 /doc/install
parent83829c0902e688882413ab4064d8ff5d3ec54b79 (diff)
downloadgitlab-ce-af0ba6605b7fc83c26708e0248b3a2776ec6a150.tar.gz
revert back to ruby 2.1 - use 2.1.8
Diffstat (limited to 'doc/install')
-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 12334c90830..2a5b99609e4 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 -O --progress https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.gz
- echo 'e2e195a4a58133e3ad33b955c829bb536fa3c075 ruby-2.1.7.tar.gz' | shasum -c - && tar xzf ruby-2.1.7.tar.gz
- cd ruby-2.1.7
+ curl -O --progress https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.8.tar.gz
+ echo 'c7e50159357afd87b13dc5eaf4ac486a70011149 ruby-2.1.8.tar.gz' | shasum -c - && tar xzf ruby-2.1.8.tar.gz
+ cd ruby-2.1.8
./configure --disable-install-rdoc
make
sudo make install