mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Getting Started Guide: Update Ruby version to 2.3.0p0
This commit is contained in:
parent
c942298fda
commit
a48f97e0e6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ current version of Ruby installed:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ruby -v
|
$ ruby -v
|
||||||
ruby 2.2.2p95
|
ruby 2.3.0p0
|
||||||
```
|
```
|
||||||
|
|
||||||
TIP: A number of tools exist to help you quickly install Ruby and Ruby
|
TIP: A number of tools exist to help you quickly install Ruby and Ruby
|
||||||
|
|
Loading…
Reference in a new issue