[ARVADOS] updated: 1.3.0-2094-g1123c446a
Git user
git at public.arvados.org
Sat Jan 18 00:33:58 UTC 2020
Summary of changes:
apps/workbench/Gemfile.lock | 2 +-
doc/_includes/_install_ruby_and_bundler.liquid | 10 ++++++++--
services/api/Gemfile.lock | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
via 1123c446a167b531b0683004ff3283d50aa037d0 (commit)
from 92cb9d33fc73ef2b435a91631a82bc39b2542c2c (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 1123c446a167b531b0683004ff3283d50aa037d0
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Jan 17 19:32:58 2020 -0500
Support OS packaging of Ruby/bunder, with note in install docs
refs #16045
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/apps/workbench/Gemfile.lock b/apps/workbench/Gemfile.lock
index 2ed784145..b02161c59 100644
--- a/apps/workbench/Gemfile.lock
+++ b/apps/workbench/Gemfile.lock
@@ -375,4 +375,4 @@ DEPENDENCIES
uglifier (~> 2.0)
BUNDLED WITH
- 2.0.2
+ 1.11
diff --git a/doc/_includes/_install_ruby_and_bundler.liquid b/doc/_includes/_install_ruby_and_bundler.liquid
index 7871f2dc6..d14e555f8 100644
--- a/doc/_includes/_install_ruby_and_bundler.liquid
+++ b/doc/_includes/_install_ruby_and_bundler.liquid
@@ -4,7 +4,7 @@ Copyright (C) The Arvados Authors. All rights reserved.
SPDX-License-Identifier: CC-BY-SA-3.0
{% endcomment %}
-Ruby 2.5 is recommended; Ruby 2.3 is also known to work.
+Minimum of Ruby 2.3 is required. Ruby 2.5 is recommended.
* "Option 1: Install from packages":#packages
* "Option 2: Install with RVM":#rvm
@@ -12,14 +12,20 @@ Ruby 2.5 is recommended; Ruby 2.3 is also known to work.
h2(#packages). Option 1: Install from packages
+{% include 'notebox_begin' %}
+Future versions of Arvados may require a newer version of Ruby than is packaged with your OS. Using OS packages simplifies initial install, but may complicate upgrades that rely on a newer Ruby. If this is a concern, we recommend using "RVM.":#rvm
+{% include 'notebox_end' %}
+
h3. Centos 7
The Ruby version shipped with Centos 7 is too old. Use "RVM.":#rvm
h3. Debian and Ubuntu
+Debian 9 (stretch) and Ubuntu 16.04 (xenial) ship Ruby 2.3, which is sufficient to run Arvados. Later releases have newer versions of Ruby that can also run Arvados.
+
<notextile>
-<pre><code># <span class="userinput">apt-get --no-install-recommends install ruby-dev bundler</span></code></pre>
+<pre><code># <span class="userinput">apt-get --no-install-recommends install ruby ruby-dev bundler</span></code></pre>
</notextile>
h2(#rvm). Option 2: Install with RVM
diff --git a/services/api/Gemfile.lock b/services/api/Gemfile.lock
index aa497e057..2c780d477 100644
--- a/services/api/Gemfile.lock
+++ b/services/api/Gemfile.lock
@@ -317,4 +317,4 @@ DEPENDENCIES
uglifier (~> 2.0)
BUNDLED WITH
- 2.0.2
+ 1.11
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list