From 4c11737c40b667cd1837b730790691e380bd47c1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 04:56:48 +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 191d801b..ffaf2343 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.7.0) + public_suffix (>= 2.0.2, < 5.0) afm (0.2.2) ajax-datatables-rails (0.4.3) railties (>= 4.0) @@ -96,13 +96,13 @@ GEM builder (3.2.4) byebug (11.0.1) 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) @@ -420,7 +420,7 @@ GEM pry-byebug (3.8.0) byebug (~> 11.0) pry (~> 0.10) - public_suffix (3.1.1) + public_suffix (4.0.6) puma (5.2.2) nio4r (~> 2.0) racc (1.5.2) @@ -489,7 +489,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)