Skip to content

Commit 4c38f97

Browse files
author
Adam Gradzki
committed
Updated Ruby and Gitlab-Shell versions
1 parent d3c44c9 commit 4c38f97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install/centos/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ Remove the old Ruby 1.8 if present:
190190
Download Ruby and compile it:
191191

192192
mkdir /tmp/ruby && cd /tmp/ruby
193-
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.gz | tar xz
194-
cd ruby-2.1.0
193+
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.gz | tar xz
194+
cd ruby-2.1.1
195195
./configure --disable-install-rdoc
196196
make
197197
make prefix=/usr/local install
@@ -206,7 +206,7 @@ installed with:
206206
which ruby
207207
# /usr/local/bin/ruby
208208
ruby -v
209-
# ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
209+
# ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux]
210210

211211
----------
212212

@@ -243,7 +243,7 @@ GitLab Shell is a ssh access and repository management application developed spe
243243
cd /home/git
244244

245245
# Clone gitlab shell
246-
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.8.0
246+
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-shell.git -b v1.8.5
247247

248248
cd gitlab-shell
249249

0 commit comments

Comments
 (0)