From 3ab5d56de8df825ebd6e8f33a9525bbdce6f4e70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 11:44:47 +0000 Subject: [PATCH] Bump capybara from 2.18.0 to 3.35.3 Bumps [capybara](https://github.com/teamcapybara/capybara) from 2.18.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/2.18.0...3.35.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 2105e4d..76d7330 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,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', '~> 2.13' + gem 'capybara', '~> 3.35' gem 'selenium-webdriver' end diff --git a/Gemfile.lock b/Gemfile.lock index 2458097..b2d2c9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,13 +85,14 @@ GEM will_paginate builder (3.2.4) byebug (11.0.1) - capybara (2.18.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) - nokogiri (>= 1.3.3) - rack (>= 1.0.0) - rack-test (>= 0.5.4) - xpath (>= 2.0, < 4.0) + nokogiri (~> 1.8) + rack (>= 1.6.0) + rack-test (>= 0.6.3) + regexp_parser (>= 1.5, < 3.0) + xpath (~> 3.2) carrierwave (2.0.2) activemodel (>= 5.0.0) activesupport (>= 5.0.0) @@ -164,16 +165,18 @@ GEM mimemagic (0.3.3) mini_magick (4.10.1) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.13.0) netrc (0.11.0) nio4r (2.5.2) - nokogiri (1.10.7) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) pg (0.21.0) - public_suffix (4.0.3) + public_suffix (4.0.6) puma (3.12.2) - rack (2.0.8) + racc (1.5.2) + rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) rails (6.0.2.1) @@ -210,6 +213,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) + regexp_parser (2.0.3) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -279,7 +283,7 @@ DEPENDENCIES bootstrap-sass (~> 3.3.7) bootstrap-will_paginate byebug - capybara (~> 2.13) + capybara (~> 3.35) carrierwave-aws coffee-rails (~> 4.2) faker