From e50d18f54caf2258aa6ab6ceeb39b8d91a4da816 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:25:56 +0000 Subject: [PATCH] Bump capybara from 3.27.0 to 3.35.3 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.27.0 to 3.35.3. - [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.27.0...3.35.3) Signed-off-by: dependabot-preview[bot] --- Gemfile.lock | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 07cf239..13e6c5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,8 +48,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) arel (9.0.0) autoprefixer-rails (9.6.1) execjs @@ -79,13 +79,13 @@ GEM rails (>= 3.1) builder (3.2.3) byebug (11.0.1) - capybara (3.27.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) childprocess (1.0.1) rake (< 13.0) @@ -150,24 +150,28 @@ GEM method_source (0.9.2) mimemagic (0.3.3) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.11.3) multi_json (1.13.1) nio4r (2.4.0) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) - nokogiri (1.10.3-x86-mingw32) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + nokogiri (1.11.1-x86-mingw32) + racc (~> 1.4) + nokogiri (1.11.1-x86_64-linux) + racc (~> 1.4) orm_adapter (0.5.0) pg (1.1.4) pg (1.1.4-x86-mingw32) popper_js (1.14.5) - public_suffix (3.1.1) + public_suffix (4.0.6) puma (4.0.1) nio4r (~> 2.0) pundit (2.0.1) activesupport (>= 3.0.0) - rack (2.0.7) + racc (1.5.2) + rack (2.2.3) rack-cors (1.0.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -199,7 +203,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - regexp_parser (1.6.0) + regexp_parser (2.0.3) request_store (1.4.1) rack (>= 1.4) responders (3.0.0)