mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix Issue #2175 [ci skip]
This commit is contained in:
parent
f94033a48e
commit
8ea3c5617c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue