From 89ddd5b6e36a2f01055d475dfbee020fcbb15e44 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Tue, 8 Dec 2015 12:34:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 30be22ec..58784f45 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Capybara requires Ruby 1.9.3 or later. To install, add this line to your gem 'capybara' ``` +**Note:** If using Ruby < 2.0 you will also need to limit the version of mime-types to < 3.0 + If the application that you are testing is a Rails app, add this line to your test helper file: ```ruby