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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user