From e3a53751d9f04c1c22aad4f0220a7cd3d90dd42e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 12:01:26 -0400 Subject: [PATCH] Bump capybara from 3.19.1 to 3.20.2 (#2895) [ci skip] Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.19.1 to 3.20.2. - [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.19.1...3.20.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 31a18ab75..ac73fcdab 100644 --- a/Gemfile +++ b/Gemfile @@ -124,7 +124,7 @@ end group :development, :test do gem "awesome_print", "~> 1.8" # Great Ruby dubugging companion: pretty print Ruby objects to visualize their structure - gem "capybara", "~> 3.19" # Capybara is an integration testing tool for rack based web applications + gem "capybara", "~> 3.20" # 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 diff --git a/Gemfile.lock b/Gemfile.lock index a2f2541b6..ead697679 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM bundler (~> 1.2) thor (~> 0.18) byebug (11.0.0) - capybara (3.19.1) + capybara (3.20.2) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -598,7 +598,7 @@ GEM recaptcha (4.14.0) json redcarpet (3.4.0) - regexp_parser (1.4.0) + regexp_parser (1.5.0) representable (3.0.4) declarative (< 0.1.0) declarative-option (< 0.2.0) @@ -845,7 +845,7 @@ DEPENDENCIES buffer (~> 0.1) bullet (~> 6.0) bundler-audit (~> 0.6) - capybara (~> 3.19) + capybara (~> 3.20) carrierwave (~> 1.3) carrierwave-bombshelter (~> 0.2) cld (~> 0.8)