diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-04-22 01:37:16 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2015-04-22 01:37:16 +0900 |
commit | 9a0177b6044c50b53e22f841e30e8d963eb33ac8 (patch) | |
tree | 63135e6f27bd1ff45f1b96a00f0fda114b272c3a /guides | |
parent | 43be687bf355444d89f44c67df62401a66eb4f3d (diff) | |
download | rails-9a0177b6044c50b53e22f841e30e8d963eb33ac8.tar.gz rails-9a0177b6044c50b53e22f841e30e8d963eb33ac8.tar.bz2 rails-9a0177b6044c50b53e22f841e30e8d963eb33ac8.zip |
update Ruby required version in Getting Started guide [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 bae2a1bd43..684a53e472 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -23,7 +23,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](https://www.ruby-lang.org/en/downloads) language version 1.9.3 or newer. +* The [Ruby](https://www.ruby-lang.org/en/downloads) language version 2.2.2 or newer. * The [RubyGems](https://rubygems.org) packaging system, which is installed with Ruby versions 1.9 and later. To learn more about RubyGems, please read the [RubyGems Guides](http://guides.rubygems.org). * A working installation of the [SQLite3 Database](https://www.sqlite.org). |