Fix Issue #2175 [ci skip]

This commit is contained in:
Thomas Walpole 2019-04-03 13:02:05 -07:00
parent f94033a48e
commit 8ea3c5617c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ GitHub): http://groups.google.com/group/ruby-capybara
## <a name="setup"></a>Setup
Capybara requires Ruby 2.3.0 or later. To install, add this line to your
Capybara requires Ruby 2.4.0 or later. To install, add this line to your
`Gemfile` and run `bundle install`:
```ruby