File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
en/documentation/installation Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,6 @@ like this:
80
80
$ sudo apt-get install ruby-full
81
81
{% endhighlight %}
82
82
83
- As of writing, the ` ruby-full ` package provides Ruby 2.3.1, which is an old
84
- stable release, on Debian and Ubuntu.
85
-
86
83
87
84
### yum (CentOS, Fedora, or RHEL)
88
85
{: #yum}
@@ -125,9 +122,7 @@ Gentoo uses the portage package manager.
125
122
$ sudo emerge dev-lang/ruby
126
123
{% endhighlight %}
127
124
128
- By default, this will try to install versions 1.9 and 2.0, but more
129
- versions are available. To install a specific version, set
130
- ` RUBY_TARGETS ` in your ` make.conf ` .
125
+ To install a specific version, set ` RUBY_TARGETS ` in your ` make.conf ` .
131
126
See the [ Gentoo Ruby Project website] [ gentoo-ruby ] for details.
132
127
133
128
You can’t perform that action at this time.
0 commit comments