Skip to content

Commit f477e92

Browse files
authored
Update min Ruby version
When installing Rails 8.0.0.beta, I found that I needed to have Ruby >= 3.2., but the edge guides mention 3.1. ``` % gem install rails --version 8.0.0.beta1 ERROR: Error installing rails: rails-8.0.0.beta1 requires Ruby version >= 3.2.0. The current ruby version is 3.1.3. ```
1 parent 15ddce9 commit f477e92

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)