Bump capybara from 3.18.0 to 3.19.1 (#2809) [ci skip]

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.18.0 to 3.19.1.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.18.0...3.19.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-13 12:33:30 -04:00 committed by Mac Siri
parent bde0e6eb92
commit b73bbe9139
2 changed files with 3 additions and 3 deletions

View file

@ -123,7 +123,7 @@ group :development do
end
group :development, :test do
gem "capybara", "~> 3.18" # Capybara is an integration testing tool for rack based web applications
gem "capybara", "~> 3.19" # Capybara is an integration testing tool for rack based web applications
gem "faker", "~> 1.9" # A library for generating fake data such as names, addresses, and phone numbers
gem "parallel_tests", "~> 2.29" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel
gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution

View file

@ -169,7 +169,7 @@ GEM
bundler (~> 1.2)
thor (~> 0.18)
byebug (11.0.0)
capybara (3.18.0)
capybara (3.19.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
@ -843,7 +843,7 @@ DEPENDENCIES
buffer (~> 0.1)
bullet (~> 6.0)
bundler-audit (~> 0.6)
capybara (~> 3.18)
capybara (~> 3.19)
carrierwave (~> 1.3)
carrierwave-bombshelter (~> 0.2)
cld (~> 0.8)