Skip to content

Drop mention of specific Ruby versions (en) #1681

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions en/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ like this:
$ sudo apt-get install ruby-full
{% endhighlight %}

As of writing, the `ruby-full` package provides Ruby 2.3.1, which is an old
stable release, on Debian and Ubuntu.


### yum (CentOS, Fedora, or RHEL)
{: #yum}
Expand Down Expand Up @@ -125,9 +122,7 @@ Gentoo uses the portage package manager.
$ sudo emerge dev-lang/ruby
{% endhighlight %}

By default, this will try to install versions 1.9 and 2.0, but more
versions are available. To install a specific version, set
`RUBY_TARGETS` in your `make.conf`.
To install a specific version, set `RUBY_TARGETS` in your `make.conf`.
See the [Gentoo Ruby Project website][gentoo-ruby] for details.


Expand Down