mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix Rails version typo in upgrading guide [ci skip]
This commit is contained in:
parent
6487836af8
commit
bd9d7804e0
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ You can find a list of all released Rails versions [here](https://rubygems.org/g
|
|||
|
||||
Rails generally stays close to the latest released Ruby version when it's released:
|
||||
|
||||
* Rails 6 requires Ruby 2.7.0 or newer.
|
||||
* Rails 7 requires Ruby 2.7.0 or newer.
|
||||
* Rails 6 requires Ruby 2.5.0 or newer.
|
||||
* Rails 5 requires Ruby 2.2.2 or newer.
|
||||
* Rails 4 prefers Ruby 2.0 and requires 1.9.3 or newer.
|
||||
|
|
Loading…
Reference in a new issue