gems: upgrade Capybara

Fix #4536
This commit is contained in:
Pierre de La Morinerie 2019-11-28 11:31:42 +01:00
parent 88d3fd718c
commit 939a162057
2 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ gem 'zipline'
gem 'zxcvbn-ruby', require: 'zxcvbn'
group :test do
gem 'capybara', '3.13.2' # Integration testing
gem 'capybara' # Integration testing
gem 'capybara-email' # Access emails during integration tests
gem 'capybara-screenshot' # Save a dump of the page when an integration test fails
gem 'capybara-selenium'

View file

@ -119,13 +119,13 @@ GEM
browser (2.5.3)
builder (3.2.3)
byebug (10.0.2)
capybara (3.13.2)
capybara (3.29.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
regexp_parser (~> 1.5)
xpath (~> 3.2)
capybara-email (3.0.1)
capybara (>= 2.4, < 4.0)
@ -719,7 +719,7 @@ DEPENDENCIES
brakeman
browser
byebug
capybara (= 3.13.2)
capybara
capybara-email
capybara-screenshot
capybara-selenium