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

@@ -119,7 +119,7 @@ As recommended by Heroku, you can add the gem rails\_12factor and specify the ve
```
gem 'rails_12factor'
ruby '2.3.2'
ruby '2.4.9'
```
in the file _Gemfile\_custom_. Don't forget to run