Skip to content

Commit 125e1d0

Browse files
committed
Upgrade selenium-webdriver to fix secruity alerts
1 parent 300da41 commit 125e1d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
rack (>= 1.0.0)
6969
rack-test (>= 0.5.4)
7070
xpath (>= 2.0, < 4.0)
71-
childprocess (0.8.0)
71+
childprocess (0.9.0)
7272
ffi (~> 1.0, >= 1.0.11)
7373
coderay (1.1.2)
7474
concurrent-ruby (1.1.4)
@@ -83,7 +83,7 @@ GEM
8383
erubi (1.8.0)
8484
erubis (2.7.0)
8585
execjs (2.7.0)
86-
ffi (1.9.21)
86+
ffi (1.10.0)
8787
figaro (1.1.1)
8888
thor (~> 0.14)
8989
foreman (0.64.0)
@@ -227,7 +227,7 @@ GEM
227227
ruby_dep (1.5.0)
228228
ruby_parser (3.11.0)
229229
sexp_processor (~> 4.9)
230-
rubyzip (1.2.1)
230+
rubyzip (1.2.2)
231231
safe_yaml (1.0.4)
232232
sass (3.5.5)
233233
sass-listen (~> 4.0.0)
@@ -240,9 +240,9 @@ GEM
240240
sprockets (>= 2.8, < 4.0)
241241
sprockets-rails (>= 2.0, < 4.0)
242242
tilt (>= 1.1, < 3)
243-
selenium-webdriver (3.9.0)
243+
selenium-webdriver (3.141.0)
244244
childprocess (~> 0.5)
245-
rubyzip (~> 1.2)
245+
rubyzip (~> 1.2, >= 1.2.2)
246246
sexp_processor (4.10.1)
247247
shoulda-matchers (3.1.2)
248248
activesupport (>= 4.0.0)

0 commit comments

Comments
 (0)