aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorJon Atack <jonnyatack@gmail.com>2015-04-14 08:41:56 +0530
committerJon Atack <jonnyatack@gmail.com>2015-04-14 08:41:56 +0530
commit32f7491808d2c4e097ed7b3ee875e4d1cea8c442 (patch)
tree9bc4424d700aaccebf6284858d3668cc721adc98 /guides/source/upgrading_ruby_on_rails.md
parent347266280efd887fd6f41ac8583ba87c9281b22e (diff)
downloadrails-32f7491808d2c4e097ed7b3ee875e4d1cea8c442.tar.gz
rails-32f7491808d2c4e097ed7b3ee875e4d1cea8c442.tar.bz2
rails-32f7491808d2c4e097ed7b3ee875e4d1cea8c442.zip
Upgrade to Ruby 2.2.2
and fix the grammar in the ruby_version_check.rb user message.
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 5a6f267360..dcc53455f4 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -20,7 +20,7 @@ The best way to be sure that your application still works after upgrading is to
Rails generally stays close to the latest released Ruby version when it's released:
-* Rails 5 requires Ruby 2.2.1 or newer.
+* Rails 5 requires Ruby 2.2.2 or newer.
* Rails 4 prefers Ruby 2.0 and requires 1.9.3 or newer.
* Rails 3.2.x is the last branch to support Ruby 1.8.7.
* Rails 3 and above require Ruby 1.8.7 or higher. Support for all of the previous Ruby versions has been dropped officially. You should upgrade as early as possible.