Update installation instructions for Ruby 2.4.9

This is the Ruby version CONSUL uses now. Thanks to that, we no longer
need to install an old version of libssl-dev for Ubuntu 18.04.

We could probably simplify the documentation using:

```bash
rbenv install `cat .ruby_version`
```

However, this would require downloading consul before installing Ruby,
which could be harder to document.
This commit is contained in:
Javi Martín
2019-10-13 03:51:39 +02:00
parent 590d41cc5c
commit d49df794f7
10 changed files with 20 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ OS X ya viene con una versión preinstalada de ruby, pero es bastante vieja y en
[github.com/rbenv/rbenv](https://github.com/rbenv/rbenv)
Después instala la versión de Ruby 2.3.2
Después instala la versión de Ruby 2.4.9
## Bundler