Skip to content

Commit 13d5f87

Browse files
authored
Merge pull request rails#53066 from justinfrench/patch-1
Update min Ruby version in getting started guide [ci skip]
2 parents 15ddce9 + f477e92 commit 13d5f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $ ruby --version
100100
ruby 3.2.0
101101
```
102102

103-
Rails requires Ruby version 3.1.0 or later. It is preferred to use the latest Ruby version.
103+
Rails requires Ruby version 3.2.0 or later. It is preferred to use the latest Ruby version.
104104
If the version number returned is less than that number (such as 2.3.7, or 1.8.7),
105105
you'll need to install a fresh copy of Ruby.
106106

0 commit comments

Comments
 (0)