[ARVADOS] updated: 6b5e785498db0a3e32faa0959886d2685a81a0ef

git at public.curoverse.com git at public.curoverse.com
Mon Sep 28 10:30:10 EDT 2015


Summary of changes:
 doc/_includes/_install_ruby_and_bundler.liquid | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  6b5e785498db0a3e32faa0959886d2685a81a0ef (commit)
      from  a5b2fa0f7dbefe103ce2bc87f1136ee01e915141 (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 6b5e785498db0a3e32faa0959886d2685a81a0ef
Author: Ward Vandewege <ward at curoverse.com>
Date:   Mon Sep 28 10:29:56 2015 -0400

    Ruby 2.1.7 is out, update documentation accordingly.
    
    No issue #

diff --git a/doc/_includes/_install_ruby_and_bundler.liquid b/doc/_includes/_install_ruby_and_bundler.liquid
index 502e2bc..9679e38 100644
--- a/doc/_includes/_install_ruby_and_bundler.liquid
+++ b/doc/_includes/_install_ruby_and_bundler.liquid
@@ -54,8 +54,8 @@ Build and install Ruby:
 <notextile>
 <pre><code><span class="userinput">mkdir -p ~/src
 cd ~/src
-curl http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.6.tar.gz | tar xz
-cd ruby-2.1.6
+curl http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.gz | tar xz
+cd ruby-2.1.7
 ./configure --disable-install-rdoc
 make
 sudo make install

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list