From 2d4ff72d06a53f9341ded7ff56acbb56d25c610f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 14:38:29 +0000 Subject: [PATCH] Bump capybara from 3.29.0 to 3.33.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.29.0 to 3.33.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.29.0...3.33.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c0dffadcf..343d6c89c 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :development, :test do end group :test do - gem "capybara", "~> 3.29.0" + gem "capybara", "~> 3.33.0" gem "capybara-webmock", "~> 0.5.5" gem "coveralls", "~> 0.8.23", require: false gem "email_spec", "~> 2.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index befc2c875..0d880b0b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ GEM capistrano (~> 3.7) capistrano-bundler puma (~> 4.0) - capybara (3.29.0) + capybara (3.33.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -462,7 +462,7 @@ GEM mail redcarpet (3.4.0) referer-parser (0.3.0) - regexp_parser (1.7.1) + regexp_parser (1.8.0) request_store (1.5.0) rack (>= 1.4) responders (2.4.1) @@ -644,7 +644,7 @@ DEPENDENCIES capistrano-rails (~> 1.6.1) capistrano3-delayed-job (~> 1.7.6) capistrano3-puma (~> 4.0.0) - capybara (~> 3.29.0) + capybara (~> 3.33.0) capybara-webmock (~> 0.5.5) caxlsx (~> 3.0.2) caxlsx_rails (~> 0.6.2)