mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Upgrade capybara to 3.0.1 to make sure our tests are passing
This commit is contained in:
parent
03bd370c02
commit
e6f5e75ef1
1 changed files with 3 additions and 1 deletions
|
@ -158,11 +158,13 @@ GEM
|
|||
selenium-webdriver
|
||||
bootsnap (1.2.1)
|
||||
msgpack (~> 1.0)
|
||||
bootsnap (1.2.1-java)
|
||||
msgpack (~> 1.0)
|
||||
builder (3.2.3)
|
||||
bunny (2.6.6)
|
||||
amq-protocol (>= 2.1.0)
|
||||
byebug (9.0.6)
|
||||
capybara (3.0.0)
|
||||
capybara (3.0.1)
|
||||
addressable
|
||||
mini_mime (>= 0.1.3)
|
||||
nokogiri (~> 1.8)
|
||||
|
|
Loading…
Reference in a new issue