Skip to content

Commit

Permalink
Ruby 2.0 -> 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etcet committed Dec 25, 2013
1 parent 68fa272 commit 13d647c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/centos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ Download and compile it:

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

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

Install the Bundler Gem:

Expand Down

0 comments on commit 13d647c

Please sign in to comment.