mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: update version of ruby in docs (#7253)
This commit is contained in:
parent
4a47ec791f
commit
074a9be6a9
@ -76,11 +76,11 @@ If you do already have RVM installed, this should make sure everything is up to
|
|||||||
# If autolibs is set to 0-2, it will give an error for things that are missing, instead.
|
# If autolibs is set to 0-2, it will give an error for things that are missing, instead.
|
||||||
rvm requirements
|
rvm requirements
|
||||||
|
|
||||||
Either way, you'll now want to install Ruby 2.6+ (we recommend 2.6.1 or higher).
|
Either way, you'll now want to install Ruby 2.6+ (we recommend 2.6.2 or higher).
|
||||||
|
|
||||||
# Now, install Ruby
|
# Now, install Ruby
|
||||||
rvm install 2.6.1
|
rvm install 2.6.2
|
||||||
rvm use 2.6.1 --default # Careful with this if you're already developing Ruby
|
rvm use 2.6.2 --default # Careful with this if you're already developing Ruby
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user