aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2013-02-09 17:41:07 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2013-02-09 17:41:07 -0700
commita0380e808d3dbd2462df17f5d3b7fcd8bd812496 (patch)
tree3f1f294ce29069a34c4861d838b7c8b68126fcb6 /guides/source/getting_started.md
parent56f51888f1ba5833d0d2a7a89c5c6c4d7d2cd0b6 (diff)
downloadrails-a0380e808d3dbd2462df17f5d3b7fcd8bd812496.tar.gz
rails-a0380e808d3dbd2462df17f5d3b7fcd8bd812496.tar.bz2
rails-a0380e808d3dbd2462df17f5d3b7fcd8bd812496.zip
Prefer Ruby 2.0; require 1.9.3+
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index c394f30c38..87f5e43157 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -21,7 +21,7 @@ application from scratch. It does not assume that you have any prior experience
with Rails. However, to get the most out of it, you need to have some
prerequisites installed:
-* The [Ruby](http://www.ruby-lang.org/en/downloads) language version 1.9.3 or higher
+* The [Ruby](http://www.ruby-lang.org/en/downloads) language version 1.9.3 or newer
* The [RubyGems](http://rubygems.org/) packaging system
* To learn more about RubyGems, please read the [RubyGems User Guide](http://docs.rubygems.org/read/book/1)
* A working installation of the [SQLite3 Database](http://www.sqlite.org)
@@ -84,7 +84,7 @@ current version of Ruby installed:
```bash
$ ruby -v
-ruby 1.9.3p327
+ruby 1.9.3p385
```
To install Rails, use the `gem install` command provided by RubyGems: