[ARVADOS] updated: 09ae9c32e9b620ce7518cbe1d8ec843dc54a1678
git at public.curoverse.com
git at public.curoverse.com
Tue Jul 7 16:42:17 EDT 2015
Summary of changes:
.../install-manual-prerequisites-ruby.html.textile.liquid | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
via 09ae9c32e9b620ce7518cbe1d8ec843dc54a1678 (commit)
from e6003097c990a0e8044fc7768ad726ad28d93c50 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 09ae9c32e9b620ce7518cbe1d8ec843dc54a1678
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jul 7 10:00:14 2015 -0400
6377: Update ruby to 2.1.6.
diff --git a/doc/install/install-manual-prerequisites-ruby.html.textile.liquid b/doc/install/install-manual-prerequisites-ruby.html.textile.liquid
index 44c8460..2142aca 100644
--- a/doc/install/install-manual-prerequisites-ruby.html.textile.liquid
+++ b/doc/install/install-manual-prerequisites-ruby.html.textile.liquid
@@ -4,7 +4,7 @@ navsection: installguide
title: Install Ruby and bundler
...
-We recommend Ruby >= 2.1.
+Currently, only Ruby 2.1 is supported.
h2(#rvm). Option 1: Install with rvm
@@ -19,10 +19,10 @@ h2(#fromsource). Option 2: Install from source
<notextile>
<pre><code><span class="userinput">mkdir -p ~/src
cd ~/src
-wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.5.tar.gz
-tar xzf ruby-2.1.5.tar.gz
-cd ruby-2.1.5
-./configure
+wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz
+tar xzf ruby-2.1.6.tar.gz
+cd ruby-2.1.6
+./configure --no-rdoc --no-ri
make
sudo make install
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list