From 1295613ced9e89f050797367218a499fca77189f Mon Sep 17 00:00:00 2001 From: ulferts Date: Mon, 29 Jan 2024 09:58:14 +0100 Subject: [PATCH] bump capybara --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 70780d197bd..21c16ec1bba 100644 --- a/Gemfile +++ b/Gemfile @@ -258,7 +258,7 @@ group :test do # brings back testing for 'assigns' and 'assert_template' extracted in rails 5 gem 'rails-controller-testing', '~> 1.0.2' - gem 'capybara', '~> 3.39.0' + gem 'capybara', '~> 3.40.0' gem 'capybara_accessible_selectors', git: 'https://github.com/citizensadvice/capybara_accessible_selectors', branch: 'main' gem 'capybara-screenshot', '~> 1.0.17' gem 'cuprite', '~> 0.15.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1f25c717990..cd420b0186b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -389,11 +389,11 @@ GEM browser (5.3.1) builder (3.2.4) byebug (11.1.3) - capybara (3.39.2) + capybara (3.40.0) addressable matrix mini_mime (>= 0.1.3) - nokogiri (~> 1.8) + nokogiri (~> 1.11) rack (>= 1.6.0) rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) @@ -1122,7 +1122,7 @@ DEPENDENCIES brakeman (~> 6.1.0) browser (~> 5.3.0) budgets! - capybara (~> 3.39.0) + capybara (~> 3.40.0) capybara-screenshot (~> 1.0.17) capybara_accessible_selectors! carrierwave (~> 1.3.1)