From 019bc52c3fb6e7924eaf87e48292f5b30b4d7e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:34:44 +0000 Subject: [PATCH] Bump capybara from 3.35.3 to 3.37.1 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.35.3 to 3.37.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.35.3...3.37.1) --- updated-dependencies: - dependency-name: capybara dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 0b3c5fc39..d31f3fdc0 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :development, :test do end group :test do - gem "capybara", "~> 3.35.3" + gem "capybara", "~> 3.37.1" gem "capybara-webmock", "~> 0.6.0" gem "coveralls", "~> 0.8.23", require: false gem "email_spec", "~> 2.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 1e78340ce..cf42d60ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,8 +60,8 @@ GEM acts-as-taggable-on (8.1.0) activerecord (>= 5.0, < 6.2) acts_as_votable (0.13.1) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) ahoy_matey (3.2.0) activesupport (>= 5) device_detector @@ -120,8 +120,9 @@ GEM capistrano (~> 3.7) capistrano-bundler puma (>= 4.0, < 6.0) - capybara (3.35.3) + capybara (3.37.1) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) @@ -373,6 +374,7 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) + matrix (0.4.2) mdl (0.11.0) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.1) @@ -466,7 +468,7 @@ GEM pronto-scss (0.11.0) pronto (~> 0.11.0) scss_lint (~> 0.43, >= 0.43.0) - public_suffix (4.0.6) + public_suffix (5.0.0) puma (4.3.12) nio4r (~> 2.0) racc (1.6.0) @@ -477,8 +479,8 @@ GEM rack rack-proxy (0.7.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rails (6.0.5.1) actioncable (= 6.0.5.1) actionmailbox (= 6.0.5.1) @@ -519,7 +521,7 @@ GEM recipient_interceptor (0.3.0) mail redcarpet (3.5.1) - regexp_parser (2.1.1) + regexp_parser (2.5.0) request_store (1.5.0) rack (>= 1.4) responders (3.0.1) @@ -715,7 +717,7 @@ DEPENDENCIES capistrano-rails (~> 1.6.2) capistrano3-delayed-job (~> 1.7.6) capistrano3-puma (~> 5.2.0) - capybara (~> 3.35.3) + capybara (~> 3.37.1) capybara-webmock (~> 0.6.0) caxlsx (~> 3.2.0) caxlsx_rails (~> 0.6.3)