diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-04-21 14:19:48 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2015-04-21 14:19:48 -0300 |
commit | ba24900779638da3e2092dcfb932d5487775daa5 (patch) | |
tree | 63135e6f27bd1ff45f1b96a00f0fda114b272c3a /guides/source | |
parent | 43be687bf355444d89f44c67df62401a66eb4f3d (diff) | |
parent | 9a0177b6044c50b53e22f841e30e8d963eb33ac8 (diff) | |
download | rails-ba24900779638da3e2092dcfb932d5487775daa5.tar.gz rails-ba24900779638da3e2092dcfb932d5487775daa5.tar.bz2 rails-ba24900779638da3e2092dcfb932d5487775daa5.zip |
Merge pull request #19846 from y-yagi/update_ruby_version
update Ruby required version in Getting Started guide [ci skip]
Diffstat (limited to 'guides/source')
-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). |