Skip to content

Commit

Permalink
Updated guide to say Rails 4.0 requires 1.9.3 or higher, not Rails 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Jun 3, 2012
1 parent 806d023 commit b3702ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/4_0_release_notes.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3702ab

Please sign in to comment.