Skip to content

Commit c97526b

Browse files
Update dependency selenium-webdriver to v4.32.0
1 parent b65a4b1 commit c97526b

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ GEM
6868
tzinfo (~> 2.0)
6969
addressable (2.8.1)
7070
public_suffix (>= 2.0.2, < 6.0)
71+
base64 (0.2.0)
7172
bindex (0.8.1)
7273
bootsnap (1.13.0)
7374
msgpack (~> 1.2)
@@ -81,7 +82,6 @@ GEM
8182
rack-test (>= 0.6.3)
8283
regexp_parser (>= 1.5, < 3.0)
8384
xpath (~> 3.2)
84-
childprocess (4.1.0)
8585
concurrent-ruby (1.1.10)
8686
connection_pool (2.2.5)
8787
crass (1.0.6)
@@ -103,6 +103,7 @@ GEM
103103
jbuilder (2.11.5)
104104
actionview (>= 5.0.0)
105105
activesupport (>= 5.0.0)
106+
logger (1.7.0)
106107
loofah (2.18.0)
107108
crass (~> 1.0.2)
108109
nokogiri (>= 1.5.9)
@@ -131,6 +132,8 @@ GEM
131132
nio4r (2.5.8)
132133
nokogiri (1.13.8-x86_64-darwin)
133134
racc (~> 1.4)
135+
nokogiri (1.13.8-x86_64-linux)
136+
racc (~> 1.4)
134137
public_suffix (5.0.0)
135138
puma (5.6.5)
136139
nio4r (~> 2.0)
@@ -169,10 +172,11 @@ GEM
169172
regexp_parser (2.5.0)
170173
reline (0.3.1)
171174
io-console (~> 0.5)
172-
rexml (3.2.5)
173-
rubyzip (2.3.2)
174-
selenium-webdriver (4.4.0)
175-
childprocess (>= 0.5, < 5.0)
175+
rexml (3.4.1)
176+
rubyzip (2.4.1)
177+
selenium-webdriver (4.32.0)
178+
base64 (~> 0.2)
179+
logger (~> 1.4)
176180
rexml (~> 3.2, >= 3.2.5)
177181
rubyzip (>= 1.2.2, < 3.0)
178182
websocket (~> 1.0)
@@ -188,6 +192,7 @@ GEM
188192
activesupport (>= 5.2)
189193
sprockets (>= 3.0.0)
190194
sqlite3 (1.5.0-x86_64-darwin)
195+
sqlite3 (1.5.0-x86_64-linux)
191196
stimulus-rails (1.1.0)
192197
railties (>= 6.0.0)
193198
strscan (3.0.4)
@@ -208,7 +213,7 @@ GEM
208213
nokogiri (~> 1.6)
209214
rubyzip (>= 1.3.0)
210215
selenium-webdriver (~> 4.0)
211-
websocket (1.2.9)
216+
websocket (1.2.11)
212217
websocket-driver (0.7.5)
213218
websocket-extensions (>= 0.1.0)
214219
websocket-extensions (0.1.5)
@@ -218,6 +223,7 @@ GEM
218223

219224
PLATFORMS
220225
x86_64-darwin-21
226+
x86_64-linux
221227

222228
DEPENDENCIES
223229
bootsnap

0 commit comments

Comments
 (0)