From 86c8561651b7025d541c8728d3f6bbc7c6787237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:01:27 +0000 Subject: [PATCH] Bump capybara from 3.35.3 to 3.38.0 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.35.3 to 3.38.0. - [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.35.3...3.38.0) --- updated-dependencies: - dependency-name: capybara dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index a8ff70a47..6485f8238 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'yard', '~> 0.9.26', require: false gem 'addressable', '~> 2.8', require: false gem 'aruba', '~> 1.0.4', require: false gem 'byebug' -gem 'capybara', '~> 3.35.3', require: false +gem 'capybara', '~> 3.38.0', require: false gem 'cucumber', '~> 5.3', require: false gem 'rspec', '~> 3.10', require: false diff --git a/Gemfile.lock b/Gemfile.lock index a85520b80..51a697d74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,8 +63,9 @@ GEM debug_inspector (>= 0.0.1) builder (3.2.4) byebug (11.1.3) - capybara (3.35.3) + capybara (3.38.0) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) @@ -139,11 +140,12 @@ GEM listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + matrix (0.4.2) memoist (0.16.2) method_source (1.0.0) middleware (0.1.0) - mini_mime (1.0.2) - mini_portile2 (2.5.1) + mini_mime (1.1.2) + mini_portile2 (2.8.0) mini_racer (0.4.0) libv8-node (~> 15.14.0.0) minitest (5.14.3) @@ -151,8 +153,8 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) nio4r (2.5.4) - nokogiri (1.11.4) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) oj (3.11.2) padrino-helpers (0.14.4) @@ -178,20 +180,20 @@ GEM pry-stack_explorer (0.6.1) binding_of_caller (~> 1.0) pry (~> 0.13) - public_suffix (4.0.6) - racc (1.5.2) - rack (2.2.3) + public_suffix (4.0.7) + racc (1.6.0) + rack (2.2.4) rack-protection (2.1.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rainbow (3.0.0) rake (13.0.6) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) - regexp_parser (2.1.1) + regexp_parser (2.6.1) rexml (3.2.5) rgl (0.5.7) lazy_priority_queue (~> 0.1.0) @@ -273,7 +275,7 @@ DEPENDENCIES addressable (~> 2.8) aruba (~> 1.0.4) byebug - capybara (~> 3.35.3) + capybara (~> 3.38.0) coffee-script (~> 2.2) cucumber (~> 5.3) haml (>= 4.0.5)