aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-06-03 17:54:57 +1200
committerPhilip Arndt <parndt@gmail.com>2012-06-03 17:54:57 +1200
commitb3702ab21056af1a41f376bf65d77131a4dc8778 (patch)
tree7e7b598cfb068cb2930f561cc7d6769d2ccf185a /guides
parent806d023b4563f907f1b93278f19fe00e77c434c6 (diff)
downloadrails-b3702ab21056af1a41f376bf65d77131a4dc8778.tar.gz
rails-b3702ab21056af1a41f376bf65d77131a4dc8778.tar.bz2
rails-b3702ab21056af1a41f376bf65d77131a4dc8778.zip
Updated guide to say Rails 4.0 requires 1.9.3 or higher, not Rails 3.2.
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_0_release_notes.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_0_release_notes.textile b/guides/source/4_0_release_notes.textile
index 8d13c59080..1ed6006b6b 100644
--- a/guides/source/4_0_release_notes.textile
+++ b/guides/source/4_0_release_notes.textile
@@ -12,9 +12,9 @@ TODO. This is a WIP guide.
If you're upgrading an existing application, it's a great idea to have good test coverage before going in. You should also first upgrade to Rails 3.2 in case you haven't and make sure your application still runs as expected before attempting an update to Rails 4.0. Then take heed of the following changes:
-h4. Rails 3.2 requires at least Ruby 1.9.3
+h4. Rails 4.0 requires at least Ruby 1.9.3
-Rails 3.2 requires Ruby 1.9.3 or higher. Support for all of the previous Ruby versions has been dropped officially and you should upgrade as early as possible.
+Rails 4.0 requires Ruby 1.9.3 or higher. Support for all of the previous Ruby versions has been dropped officially and you should upgrade as early as possible.
h4. What to update in your apps