Skip to content

Commit da53c58

Browse files
chore: upgrade selenium-webdriver from 4.10.0 to 4.46.0
We can also remove webdrivers as the newer versions of selenium-webdriver come with it.
1 parent 88c0f37 commit da53c58

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,4 @@ group :test do
9898
gem "climate_control"
9999
gem "cucumber-rails", require: false
100100
gem "selenium-webdriver"
101-
gem "webdrivers"
102101
end

Gemfile.lock

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -481,9 +481,11 @@ GEM
481481
ruby-progressbar (1.13.0)
482482
rubyzip (2.4.1)
483483
securerandom (0.4.1)
484-
selenium-webdriver (4.10.0)
484+
selenium-webdriver (4.46.0)
485+
base64 (~> 0.2)
486+
logger (~> 1.4)
485487
rexml (~> 3.2, >= 3.2.5)
486-
rubyzip (>= 1.2.2, < 3.0)
488+
rubyzip (>= 1.2.2, < 4.0)
487489
websocket (~> 1.0)
488490
semantic_logger (4.18.0)
489491
concurrent-ruby (~> 1.0)
@@ -517,10 +519,6 @@ GEM
517519
actionview (>= 8.0.0)
518520
bindex (>= 0.4.0)
519521
railties (>= 8.0.0)
520-
webdrivers (5.3.1)
521-
nokogiri (~> 1.6)
522-
rubyzip (>= 1.3.0)
523-
selenium-webdriver (~> 4.0, < 4.11)
524522
webmock (3.26.2)
525523
addressable (>= 2.8.0)
526524
crack (>= 0.3.2)
@@ -592,7 +590,6 @@ DEPENDENCIES
592590
vcr
593591
view_component (~> 4.9)
594592
web-console
595-
webdrivers
596593
webmock
597594
wizard_steps (~> 0.1.4)
598595

0 commit comments

Comments
 (0)