diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-01-28 22:25:27 -0500 |
---|---|---|
committer | Rafael França <rafaelmfranca@gmail.com> | 2016-01-28 22:25:27 -0500 |
commit | c3c92fb5e572debc62539137ad5fe158bd978b7e (patch) | |
tree | 4233ff19400500ec472cffebd14f09164233b254 /guides | |
parent | c942298fda223672b74b953b9ce369674033727b (diff) | |
parent | a48f97e0e611496f96882a5383756a11758c7596 (diff) | |
download | rails-c3c92fb5e572debc62539137ad5fe158bd978b7e.tar.gz rails-c3c92fb5e572debc62539137ad5fe158bd978b7e.tar.bz2 rails-c3c92fb5e572debc62539137ad5fe158bd978b7e.zip |
Merge pull request #23326 from fgo/patch-16
Getting Started Guide: Update Ruby version to 2.3.0p0 [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 9677ab1583..3392dad897 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.2.2p95 +ruby 2.3.0p0 ``` TIP: A number of tools exist to help you quickly install Ruby and Ruby |