Skip to content

Commit 543de37

Browse files
dependabot[bot]A-Wheeto
authored andcommitted
Bump selenium-webdriver from 3.142.7 to 4.30.1
Dependabot couldn't find the original pull request head commit, 5bb8a7b.
1 parent 24953af commit 543de37

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ group :test do
112112
gem "rspec_junit_formatter"
113113
gem "rspec-mocks"
114114
gem "rspec-rails"
115-
gem "selenium-webdriver", "~> 3.142.7"
115+
gem "selenium-webdriver", "~> 4.35.0"
116116
gem "shoulda-callback-matchers"
117117
gem "shoulda-matchers"
118118
gem "simplecov"

Gemfile.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ GEM
166166
rack-test (>= 0.6.3)
167167
regexp_parser (>= 1.5, < 3.0)
168168
xpath (~> 3.2)
169-
childprocess (3.0.0)
170169
choice (0.2.0)
171170
climate_control (1.2.0)
172171
cloudflare-rails (6.2.0)
@@ -603,7 +602,7 @@ GEM
603602
rexml
604603
ruby-progressbar (1.13.0)
605604
ruby-rc4 (0.1.5)
606-
rubyzip (2.3.2)
605+
rubyzip (3.0.2)
607606
sassc (2.4.0)
608607
ffi (~> 1.9)
609608
sassc-rails (2.1.2)
@@ -616,9 +615,12 @@ GEM
616615
parser
617616
securerandom (0.4.1)
618617
selectize-rails (0.12.6)
619-
selenium-webdriver (3.142.7)
620-
childprocess (>= 0.5, < 4.0)
621-
rubyzip (>= 1.2.2)
618+
selenium-webdriver (4.35.0)
619+
base64 (~> 0.2)
620+
logger (~> 1.4)
621+
rexml (~> 3.2, >= 3.2.5)
622+
rubyzip (>= 1.2.2, < 4.0)
623+
websocket (~> 1.0)
622624
semantic_range (3.0.0)
623625
sentry-rails (5.23.0)
624626
railties (>= 5.0)
@@ -743,6 +745,7 @@ GEM
743745
railties (>= 5.2)
744746
semantic_range (>= 2.3.0)
745747
webrick (1.9.1)
748+
websocket (1.2.11)
746749
websocket-driver (0.7.7)
747750
base64
748751
websocket-extensions (>= 0.1.0)
@@ -834,7 +837,7 @@ DEPENDENCIES
834837
rspec_junit_formatter
835838
ruby-debug-ide
836839
scout_apm
837-
selenium-webdriver (~> 3.142.7)
840+
selenium-webdriver (~> 4.35.0)
838841
sentry-rails
839842
sentry-ruby
840843
sentry-sidekiq

0 commit comments

Comments
 (0)