Merge branch '21815-trigrams-exclude-ids'
[arvados.git] / doc / _includes / _install_ruby_and_bundler.liquid
index 4381d9fedf0f91ccf25e644bdb17548e90d9d479..7cf87f97cff7253a4e6b4d3bcd6da8e77b56b065 100644 (file)
@@ -6,7 +6,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 Ruby 2.7 or newer is required.
 
-h2. Alma/CentOS/Red Hat/Rocky
+h2. Red Hat, AlmaLinux, and Rocky Linux
 
 Version 8 of these distributions provides Ruby 2.7. You can install it by running:
 
@@ -17,8 +17,8 @@ Version 8 of these distributions provides Ruby 2.7. You can install it by runnin
 
 h2. Debian and Ubuntu
 
-Debian 11 (bullseye) and Ubuntu 20.04 (focal) and later ship with Ruby 2.7 or newer, which is sufficient for Arvados.
+All supported versions of Debian and Ubuntu include a version of Ruby you can use with Arvados.
 
 <notextile>
-<pre><code># <span class="userinput">apt-get --no-install-recommends install ruby ruby-dev</span></code></pre>
+<pre><code># <span class="userinput">apt --no-install-recommends install ruby ruby-dev</span></code></pre>
 </notextile>