From de57ca7db98c94ed7103f97e64679f133271e32d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 13:13:25 -0400 Subject: [PATCH] Bump capybara from 3.28.0 to 3.29.0 (#3975) [ci skip] Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.28.0 to 3.29.0. - [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.28.0...3.29.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7d48a5ba8..805fc38c1 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 "bullet", "~> 6.0" # help to kill N+1 queries and unused eager loading - gem "capybara", "~> 3.28" # Capybara is an integration testing tool for rack based web applications + gem "capybara", "~> 3.29" # Capybara is an integration testing tool for rack based web applications gem "faker", "~> 2.2" # 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 d5664100f..29c572d79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM bundler (>= 1.2.0, < 3) thor (~> 0.18) byebug (11.0.0) - capybara (3.28.0) + capybara (3.29.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -868,7 +868,7 @@ DEPENDENCIES buffer (~> 0.1) bullet (~> 6.0) bundler-audit (~> 0.6) - capybara (~> 3.28) + capybara (~> 3.29) carrierwave (~> 2.0) carrierwave-bombshelter (~> 0.2) cld (~> 0.8)