File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ Follow this complete upgrade path:
7070
7171### 3. Ruby Version Synchronization
7272
73- - ** Consult [ Rails official documentation] ( https://guides.rubyonrails.org/ ) ** to determine the minimum compatible Ruby version for each Rails version
73+ - ** Check [ rubygems.org Rails versions] ( https://rubygems.org/gems/rails/versions ) ** to determine the "Required Ruby Version" for each Rails version
74+ - ** Select the highest patch version (x.y.z)** within the minimum required minor version (x.y)
75+ - Example: If Rails requires Ruby >= 2.5.0, use the latest 2.5.z version (e.g., 2.5.9)
7476- ** Upgrade Ruby synchronously** with each major Rails version upgrade
7577- Update both ` .ruby-version ` and ` Gemfile ` to reflect the new Ruby version
7678- Verify Ruby version compatibility before proceeding with Rails upgrade
You can’t perform that action at this time.
0 commit comments