Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compatible Rails versions in readme
  • Loading branch information
jonleighton committed May 2, 2015
1 parent 39cb852 commit bda1c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ boot it every time you run a test, rake task or migration.
## Compatibility

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

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

0 comments on commit bda1c66

Please sign in to comment.