From 22c4ae744a20ac8e572a830bdf8a6205e299b33c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 04:20:42 +0000 Subject: [PATCH] Bump capybara from 3.12.0 to 3.35.3 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.12.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.12.0...3.35.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 34 ++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index 0f91633a..2cd1fbe8 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] # Adds support for Capybara system testing and selenium driver - gem 'capybara', '~> 3.12' + gem 'capybara', '~> 3.35' gem 'selenium-webdriver' gem 'factory_bot_rails' gem 'rubocop' diff --git a/Gemfile.lock b/Gemfile.lock index 6a96fa97..40b5718e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,8 +42,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) ansi (1.5.0) arel (9.0.0) ast (2.4.0) @@ -59,13 +59,13 @@ GEM sass (>= 3.5.2) builder (3.2.3) byebug (10.0.2) - capybara (3.12.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.2) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) @@ -128,18 +128,19 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) mimemagic (0.3.3) - mini_mime (1.0.1) - mini_portile2 (2.4.0) + mini_mime (1.0.2) + mini_portile2 (2.5.0) minitest (5.11.3) multi_json (1.13.1) netrc (0.11.0) nio4r (2.3.1) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) - nokogiri (1.10.3-x64-mingw32) - 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-x64-mingw32) + racc (~> 1.4) + nokogiri (1.11.1-x86-mingw32) + racc (~> 1.4) orm_adapter (0.5.0) parallel (1.12.1) parser (2.5.3.0) @@ -149,11 +150,12 @@ GEM pg (1.1.3-x86-mingw32) popper_js (1.14.5) powerpack (0.1.2) - public_suffix (3.0.3) + public_suffix (4.0.6) puma (3.12.0) pundit (2.0.0) activesupport (>= 3.0.0) - rack (2.0.7) + racc (1.5.2) + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.2.3) @@ -194,7 +196,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - regexp_parser (1.3.0) + regexp_parser (2.0.3) responders (2.4.1) actionpack (>= 4.2.0, < 6.0) railties (>= 4.2.0, < 6.0) @@ -316,7 +318,7 @@ PLATFORMS DEPENDENCIES bootstrap (~> 4.1.0) byebug - capybara (~> 3.12) + capybara (~> 3.35) cocoon coffee-rails (~> 4.2) devise