From ab85d3edd3a92d11b45e1b1a5c00e10be96656e8 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 17:12:55 +0000 Subject: [PATCH] Update capybara to version 3.35.3 --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cd178c3f..de5e6c3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,8 +65,8 @@ GEM awesome_nested_set (>= 3.0) acts_as_list (0.9.19) activerecord (>= 3.0) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.0) + public_suffix (>= 2.0.2, < 5.0) afm (0.2.2) ajax-datatables-rails (0.4.3) railties (>= 4.0) @@ -93,13 +93,13 @@ GEM builder (3.2.4) byebug (11.1.3) cancancan (2.3.0) - capybara (3.26.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) carrierwave (2.1.1) activemodel (>= 5.0.0) @@ -382,7 +382,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - public_suffix (3.1.1) + public_suffix (4.0.6) puma (3.12.6) racc (1.5.2) rack (2.2.3) @@ -450,7 +450,7 @@ GEM recaptcha (4.14.0) json redcarpet (3.5.1) - regexp_parser (1.6.0) + regexp_parser (2.1.1) request_store (1.4.1) rack (>= 1.4) responders (2.4.1)