Skip to content

Commit c792fb0

Browse files
JuanVqzJuan Vásquez
andauthored
Update dev/test gems: selenium-webdriver, dotenv-rails, web-console (#91)
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. Co-authored-by: Juan Vásquez <jvasquez@navigatingcancer.com>
1 parent 3e72d56 commit c792fb0

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

Gemfile.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ GEM
136136
connection_pool (3.0.2)
137137
crass (1.0.7)
138138
date (3.5.1)
139-
dotenv (2.8.1)
140-
dotenv-rails (2.8.1)
141-
dotenv (= 2.8.1)
142-
railties (>= 3.2)
139+
dotenv (3.2.0)
140+
dotenv-rails (3.2.0)
141+
dotenv (= 3.2.0)
142+
railties (>= 6.1)
143143
drb (2.2.3)
144144
dry-configurable (1.3.0)
145145
dry-core (~> 1.1)
@@ -362,9 +362,11 @@ GEM
362362
sprockets-rails
363363
tilt
364364
securerandom (0.4.1)
365-
selenium-webdriver (4.9.0)
365+
selenium-webdriver (4.45.0)
366+
base64 (~> 0.2)
367+
logger (~> 1.4)
366368
rexml (~> 3.2, >= 3.2.5)
367-
rubyzip (>= 1.2.2, < 3.0)
369+
rubyzip (>= 1.2.2, < 4.0)
368370
websocket (~> 1.0)
369371
sentry-rails (6.6.2)
370372
railties (>= 5.2.0)
@@ -396,11 +398,10 @@ GEM
396398
unicode-emoji (4.2.0)
397399
uri (1.1.1)
398400
useragent (0.16.11)
399-
web-console (4.2.1)
400-
actionview (>= 6.0.0)
401-
activemodel (>= 6.0.0)
401+
web-console (4.3.0)
402+
actionview (>= 8.0.0)
402403
bindex (>= 0.4.0)
403-
railties (>= 6.0.0)
404+
railties (>= 8.0.0)
404405
webrick (1.9.2)
405406
websocket (1.2.11)
406407
websocket-driver (0.8.2)

Gemfile.next.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ GEM
136136
connection_pool (3.0.2)
137137
crass (1.0.7)
138138
date (3.5.1)
139-
dotenv (2.8.1)
140-
dotenv-rails (2.8.1)
141-
dotenv (= 2.8.1)
142-
railties (>= 3.2)
139+
dotenv (3.2.0)
140+
dotenv-rails (3.2.0)
141+
dotenv (= 3.2.0)
142+
railties (>= 6.1)
143143
drb (2.2.3)
144144
dry-configurable (1.3.0)
145145
dry-core (~> 1.1)
@@ -362,9 +362,11 @@ GEM
362362
sprockets-rails
363363
tilt
364364
securerandom (0.4.1)
365-
selenium-webdriver (4.9.0)
365+
selenium-webdriver (4.45.0)
366+
base64 (~> 0.2)
367+
logger (~> 1.4)
366368
rexml (~> 3.2, >= 3.2.5)
367-
rubyzip (>= 1.2.2, < 3.0)
369+
rubyzip (>= 1.2.2, < 4.0)
368370
websocket (~> 1.0)
369371
sentry-rails (6.6.2)
370372
railties (>= 5.2.0)
@@ -396,11 +398,10 @@ GEM
396398
unicode-emoji (4.2.0)
397399
uri (1.1.1)
398400
useragent (0.16.11)
399-
web-console (4.2.1)
400-
actionview (>= 6.0.0)
401-
activemodel (>= 6.0.0)
401+
web-console (4.3.0)
402+
actionview (>= 8.0.0)
402403
bindex (>= 0.4.0)
403-
railties (>= 6.0.0)
404+
railties (>= 8.0.0)
404405
webrick (1.9.2)
405406
websocket (1.2.11)
406407
websocket-driver (0.8.2)

0 commit comments

Comments
 (0)