diff options
author | Eileen M. Uchitelle <eileencodes@gmail.com> | 2015-03-08 12:30:26 -0400 |
---|---|---|
committer | Eileen M. Uchitelle <eileencodes@gmail.com> | 2015-03-08 12:30:26 -0400 |
commit | fb764ba63e53b728873075a0d207b993409798a2 (patch) | |
tree | 089d9439e9830a323e5fb62910505d1d775b0e94 | |
parent | 095f4c9da36ef7ca50d2799420f4f058afce112b (diff) | |
parent | 2d7805c627287a0a7c030b200a25de6b47c54a35 (diff) | |
download | rails-fb764ba63e53b728873075a0d207b993409798a2.tar.gz rails-fb764ba63e53b728873075a0d207b993409798a2.tar.bz2 rails-fb764ba63e53b728873075a0d207b993409798a2.zip |
Merge pull request #19257 from jvanbaarsen/patch-1
Rails 5.0 needs ruby 2.2.1 or higher
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
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 20b90bdba0..05c46a9e76 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 or newer. +* Rails 5 requires Ruby 2.2.1 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. |