Skip to content

Commit 13d647c

Browse files
author
etcet
committed
Ruby 2.0 -> 2.1
1 parent 68fa272 commit 13d647c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/centos/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ Download and compile it:
186186

187187
su -
188188
mkdir /tmp/ruby && cd /tmp/ruby
189-
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz | tar xz
190-
cd ruby-2.0.0-p353
189+
curl --progress ftp://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.0.tar.gz | tar xz
190+
cd ruby-2.1.0
191191
./configure --prefix=/usr/local/
192192
make && make install
193193

@@ -197,7 +197,7 @@ installed with:
197197
which ruby
198198
# /usr/local/bin/ruby
199199
ruby -v
200-
# ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux]
200+
# ruby 2.1.0p0 (2013-12-25 revision 44422) [x86_64-linux]
201201

202202
Install the Bundler Gem:
203203

0 commit comments

Comments
 (0)