diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2016-05-11 14:15:53 +0530 |
---|---|---|
committer | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2016-05-11 14:15:53 +0530 |
commit | b185db5d61ea9277f29ee0130db7062673f1a839 (patch) | |
tree | 688b944ff8dfbc3f39a1f233095ea32184f23954 /guides | |
parent | d6f3ad7ce7066b8815b4bda4a1e843b2c72c2ad3 (diff) | |
parent | 913542f79432ba85aed25ebe1699e585554ba150 (diff) | |
download | rails-b185db5d61ea9277f29ee0130db7062673f1a839.tar.gz rails-b185db5d61ea9277f29ee0130db7062673f1a839.tar.bz2 rails-b185db5d61ea9277f29ee0130db7062673f1a839.zip |
Merge pull request #24967 from fgo/patch-17
Getting Started Guide: Update Ruby version to 2.3.1p112 [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index af168fdfc6..b1bce0f043 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -93,7 +93,7 @@ current version of Ruby installed: ```bash $ ruby -v -ruby 2.3.0p0 +ruby 2.3.1p112 ``` TIP: A number of tools exist to help you quickly install Ruby and Ruby |