Skip to content

Commit f03e550

Browse files
authored
Fix Rails version that added enable_reloading
ref #686 (comment) cc @janko @fxn
1 parent d33feff commit f03e550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Spring manages. That setting is typically configured in
7676
`config/environments/*.rb`. In particular, make sure it is `true` for the
7777
`test` environment.
7878

79-
Note: in versions of Rails before 7, the setting is called `cache_classes`,
79+
Note: in versions of Rails before 7.1, the setting is called `cache_classes`,
8080
and it needs to be `false` for Spring to work.
8181

8282
### Usage

0 commit comments

Comments
 (0)