[ARVADOS] updated: 1.3.0-931-gb1a07300e
Git user
git at public.curoverse.com
Tue May 21 17:01:58 UTC 2019
Summary of changes:
apps/workbench/Gemfile.lock | 2 +-
doc/_includes/_install_ruby_and_bundler.liquid | 10 +++++-----
services/api/Gemfile.lock | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
via b1a07300e1c978fdb32e46c3683e6ec5caadb2bf (commit)
from d96646a3a239e0e581659ae3c7a1f971c023f649 (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 b1a07300e1c978fdb32e46c3683e6ec5caadb2bf
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue May 21 14:01:34 2019 -0300
14946: Reverts Gemfile.lock changes. Updates documentation.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index b836767bd..548da1dc0 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -367,4 +367,4 @@ DEPENDENCIES
uglifier (~> 2.0)
BUNDLED WITH
- 2.0.1
+ 1.17.3
diff --git a/doc/_includes/_install_ruby_and_bundler.liquid b/doc/_includes/_install_ruby_and_bundler.liquid
index d5a5a1536..a8323f592 100644
--- a/doc/_includes/_install_ruby_and_bundler.liquid
+++ b/doc/_includes/_install_ruby_and_bundler.liquid
@@ -4,13 +4,13 @@ Copyright (C) The Arvados Authors. All rights reserved.
SPDX-License-Identifier: CC-BY-SA-3.0
{% endcomment %}
-Ruby 2.3 is recommended; Ruby 2.1 is also known to work.
+Ruby 2.5 is recommended; Ruby 2.3 is also known to work.
h4(#rvm). *Option 1: Install with RVM*
<notextile>
-<pre><code><span class="userinput">sudo gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
-\curl -sSL https://get.rvm.io | sudo bash -s stable --ruby=2.3
+<pre><code><span class="userinput">sudo gpg --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
+\curl -sSL https://get.rvm.io | sudo bash -s stable --ruby=2.5
</span></code></pre></notextile>
Either log out and log back in to activate RVM, or explicitly load it in all open shells like this:
@@ -59,8 +59,8 @@ Build and install Ruby:
<notextile>
<pre><code><span class="userinput">mkdir -p ~/src
cd ~/src
-curl -f http://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.3.tar.gz | tar xz
-cd ruby-2.3.3
+curl -f http://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz | tar xz
+cd ruby-2.5.5
./configure --disable-install-rdoc
make
sudo make install
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index ac4d9c17c..b5ac62c9f 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -325,4 +325,4 @@ DEPENDENCIES
uglifier (~> 2.0)
BUNDLED WITH
- 2.0.1
+ 1.17.3
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list