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:
parent
fb051ae0d9
commit
f3d4e5e498
@ -1 +1 @@
|
||||
2.4.1
|
||||
2.5.8
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user