Skip to content

Commit bda1c66

Browse files
committed
Fix compatible Rails versions in readme
1 parent 39cb852 commit bda1c66

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
@@ -17,7 +17,7 @@ boot it every time you run a test, rake task or migration.
1717
## Compatibility
1818

1919
* Ruby versions: MRI 1.9.3, MRI 2.0, MRI 2.1
20-
* Rails versions: 3.2, 4.0 (in Rails 4.1 and up Spring is included by default)
20+
* Rails versions: 4.0+ (in Rails 4.1 and up Spring is included by default)
2121

2222
Spring makes extensive use of `Process.fork`, so won't be able to
2323
provide a speed up on platforms which don't support forking (Windows, JRuby).

0 commit comments

Comments
 (0)