From fd4bf8e077c75fe1b4eb9f5f985fa0842530b71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Fri, 10 Jul 2026 08:38:19 -0600 Subject: [PATCH] Update dev/test gems: selenium-webdriver, dotenv-rails, web-console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Low-risk, development/test-group version bumps (no Gemfile constraints changed — only the lockfiles): - selenium-webdriver 4.9.0 -> 4.45.0 - dotenv-rails / dotenv 2.8.1 -> 3.2.0 - web-console 4.2.1 -> 4.3.0 Used --conservative; rack stays at 2.x. Both lockfiles updated. Verified locally: boots (dotenv 3.2 env loading works), full suite 16/52/0, system test passes (and selenium 4.45's driver manager now resolves chromedriver natively on macOS, where 4.9's didn't), rubocop + reek clean. --- Gemfile.lock | 21 +++++++++++---------- Gemfile.next.lock | 21 +++++++++++---------- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 920bfb8..859291d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,10 +136,10 @@ GEM connection_pool (3.0.2) crass (1.0.7) date (3.5.1) - dotenv (2.8.1) - dotenv-rails (2.8.1) - dotenv (= 2.8.1) - railties (>= 3.2) + dotenv (3.2.0) + dotenv-rails (3.2.0) + dotenv (= 3.2.0) + railties (>= 6.1) drb (2.2.3) dry-configurable (1.3.0) dry-core (~> 1.1) @@ -362,9 +362,11 @@ GEM sprockets-rails tilt securerandom (0.4.1) - selenium-webdriver (4.9.0) + selenium-webdriver (4.45.0) + base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) - rubyzip (>= 1.2.2, < 3.0) + rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) sentry-rails (6.6.2) railties (>= 5.2.0) @@ -396,11 +398,10 @@ GEM unicode-emoji (4.2.0) uri (1.1.1) useragent (0.16.11) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) + web-console (4.3.0) + actionview (>= 8.0.0) bindex (>= 0.4.0) - railties (>= 6.0.0) + railties (>= 8.0.0) webrick (1.9.2) websocket (1.2.11) websocket-driver (0.8.2) diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 920bfb8..859291d 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -136,10 +136,10 @@ GEM connection_pool (3.0.2) crass (1.0.7) date (3.5.1) - dotenv (2.8.1) - dotenv-rails (2.8.1) - dotenv (= 2.8.1) - railties (>= 3.2) + dotenv (3.2.0) + dotenv-rails (3.2.0) + dotenv (= 3.2.0) + railties (>= 6.1) drb (2.2.3) dry-configurable (1.3.0) dry-core (~> 1.1) @@ -362,9 +362,11 @@ GEM sprockets-rails tilt securerandom (0.4.1) - selenium-webdriver (4.9.0) + selenium-webdriver (4.45.0) + base64 (~> 0.2) + logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) - rubyzip (>= 1.2.2, < 3.0) + rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) sentry-rails (6.6.2) railties (>= 5.2.0) @@ -396,11 +398,10 @@ GEM unicode-emoji (4.2.0) uri (1.1.1) useragent (0.16.11) - web-console (4.2.1) - actionview (>= 6.0.0) - activemodel (>= 6.0.0) + web-console (4.3.0) + actionview (>= 8.0.0) bindex (>= 0.4.0) - railties (>= 6.0.0) + railties (>= 8.0.0) webrick (1.9.2) websocket (1.2.11) websocket-driver (0.8.2)