From ec6ef0ab46596f94bff012e6ed50a70eefc8ee19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:57:33 +0000 Subject: [PATCH 1/3] Bump selenium-webdriver from 4.38.0 to 4.43.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.38.0 to 4.43.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.38.0...selenium-4.43.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.43.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cff9172d..829e965d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2196,7 +2196,7 @@ GEM nokogiri (>= 1.13.10) rexml ruby2_keywords (0.0.5) - rubyzip (3.2.1) + rubyzip (3.2.2) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -2210,7 +2210,7 @@ GEM sdoc (2.6.1) rdoc (>= 5.0) securerandom (0.4.1) - selenium-webdriver (4.38.0) + selenium-webdriver (4.43.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) From 98c076b25a7af77d8a46537675c35da07a274a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:00:28 +0000 Subject: [PATCH 2/3] Bump guard from 2.19.1 to 2.20.1 Bumps [guard](https://github.com/guard/guard) from 2.19.1 to 2.20.1. - [Release notes](https://github.com/guard/guard/releases) - [Commits](https://github.com/guard/guard/compare/v2.19.1...v2.20.1) --- updated-dependencies: - dependency-name: guard dependency-version: 2.20.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cff9172d..4600d989 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1864,17 +1864,17 @@ GEM faraday_middleware (1.2.1) faraday (~> 1.0) ffi (1.17.2) - formatador (1.1.0) + formatador (1.2.3) + reline globalid (1.3.0) activesupport (>= 6.1) - guard (2.19.1) + guard (2.20.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) logger (~> 1.6) lumberjack (>= 1.0.12, < 2.0) nenv (~> 0.1) notiffany (~> 0.0) - ostruct (~> 0.6) pry (>= 0.13.0) shellany (~> 0.0) thor (>= 0.18.1) @@ -1914,14 +1914,15 @@ GEM childprocess (~> 5.0) logger (~> 1.6) lint_roller (1.1.0) - listen (3.9.0) + listen (3.10.0) + logger rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - lumberjack (1.2.10) + lumberjack (1.4.2) mail (2.9.0) logger mini_mime (>= 0.1.1) @@ -2009,7 +2010,7 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) - ostruct (0.6.1) + ostruct (0.6.3) parallel (1.28.0) parser (3.3.11.1) ast (~> 2.4.1) @@ -2027,9 +2028,10 @@ GEM prettyprint prettyprint (0.2.0) prism (1.9.0) - pry (0.15.2) + pry (0.16.0) coderay (~> 1.1) method_source (~> 1.0) + reline (>= 0.6.0) psych (3.3.4) public_suffix (6.0.1) racc (1.8.1) @@ -2259,7 +2261,7 @@ GEM sprockets (>= 3.0.0) sqlite3 (2.9.2) mini_portile2 (~> 2.8.0) - thor (1.3.2) + thor (1.5.0) tilt (2.6.0) timeout (0.4.3) tsort (0.2.0) From 27910e16d576e1946faa3faf25fe7e47f80c9bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:13:23 +0000 Subject: [PATCH 3/3] Bump psych from 3.3.4 to 5.3.1 Bumps [psych](https://github.com/ruby/psych) from 3.3.4 to 5.3.1. - [Release notes](https://github.com/ruby/psych/releases) - [Commits](https://github.com/ruby/psych/compare/v3.3.4...v5.3.1) --- updated-dependencies: - dependency-name: psych dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6e2eaf11..e2caba7f 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ gem 'enum_help' # gem 'apartment' gem 'ros-apartment', require: 'apartment' -gem 'psych', '~> 3.1' +gem 'psych', '~> 5.3' gem 'webpacker', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 88d0ec44..202b7256 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2032,7 +2032,9 @@ GEM coderay (~> 1.1) method_source (~> 1.0) reline (>= 0.6.0) - psych (3.3.4) + psych (5.3.1) + date + stringio public_suffix (6.0.1) racc (1.8.1) rack (2.2.23) @@ -2261,6 +2263,7 @@ GEM sprockets (>= 3.0.0) sqlite3 (2.9.2) mini_portile2 (~> 2.8.0) + stringio (3.2.0) thor (1.5.0) tilt (2.6.0) timeout (0.4.3) @@ -2372,7 +2375,7 @@ DEPENDENCIES omniauth-twitter pdf-reader php-serialization - psych (~> 3.1) + psych (~> 5.3) rack-dev-mark rails (= 8.1.3) rails-controller-testing