diff options
author | Francis Go <francis.go@gmail.com> | 2016-05-11 17:29:24 +1000 |
---|---|---|
committer | Francis Go <francis.go@gmail.com> | 2016-05-11 17:29:24 +1000 |
commit | 913542f79432ba85aed25ebe1699e585554ba150 (patch) | |
tree | 688b944ff8dfbc3f39a1f233095ea32184f23954 | |
parent | d6f3ad7ce7066b8815b4bda4a1e843b2c72c2ad3 (diff) | |
download | rails-913542f79432ba85aed25ebe1699e585554ba150.tar.gz rails-913542f79432ba85aed25ebe1699e585554ba150.tar.bz2 rails-913542f79432ba85aed25ebe1699e585554ba150.zip |
Getting Started Guide: Update Ruby version to 2.3.1p112
[ci skip]
-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 |