docs: Update Ruby to 2.5.8

This updates the Ruby version mentioned in the documentation for setting
up an environment to contribute to bitcoin.org (from 2.4.1 to 2.5.8),
and will be merged once tests pass.
This commit is contained in:
Will Binns 2020-05-29 14:04:52 +02:00
parent fb051ae0d9
commit f3d4e5e498
No known key found for this signature in database
GPG Key ID: 302EBEAEEB74A404
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
2.4.1
2.5.8

View File

@ -42,19 +42,19 @@ following command:
source ~/.rvm/scripts/rvm
**Install Ruby 2.4.1**
**Install Ruby 2.5.8**
To install Ruby 2.4.1, simply run this command:
To install Ruby 2.5.8, simply run this command:
rvm install 2.4.1
rvm install 2.5.8
Sometimes this will find a pre-compiled Ruby package for your Linux
distribution, but sometimes it will need to compile Ruby from scratch
(which takes about 15 minutes).
After Ruby 2.4.1 is installed, make it your default Ruby:
After Ruby 2.5.8 is installed, make it your default Ruby:
rvm alias create default ruby-2.4.1
rvm alias create default ruby-2.5.8
And tell your system to use it: