Skip to content

Commit 76ef139

Browse files
Bump selenium-webdriver from 4.34.0 to 4.35.0 (#3642)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c655f1 commit 76ef139

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ group :development do
6868
gem "rubocop-performance"
6969
gem "rubocop-rails"
7070
gem "rubocop-rails-accessibility", "~> 1.0"
71-
gem "selenium-webdriver", "~> 4.34"
71+
gem "selenium-webdriver", "~> 4.35"
7272
gem "simplecov", "~> 0.22.0"
7373
gem "simplecov-console", "~> 0.9.4"
7474
gem "sprockets"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,13 @@ GEM
244244
rubocop (>= 1.0.0)
245245
ruby-progressbar (1.13.0)
246246
ruby2_keywords (0.0.5)
247-
rubyzip (2.4.1)
247+
rubyzip (3.0.1)
248248
securerandom (0.4.1)
249-
selenium-webdriver (4.34.0)
249+
selenium-webdriver (4.35.0)
250250
base64 (~> 0.2)
251251
logger (~> 1.4)
252252
rexml (~> 3.2, >= 3.2.5)
253-
rubyzip (>= 1.2.2, < 3.0)
253+
rubyzip (>= 1.2.2, < 4.0)
254254
websocket (~> 1.0)
255255
simplecov (0.22.0)
256256
docile (~> 1.1)
@@ -343,7 +343,7 @@ DEPENDENCIES
343343
rubocop-performance
344344
rubocop-rails
345345
rubocop-rails-accessibility (~> 1.0)
346-
selenium-webdriver (~> 4.34)
346+
selenium-webdriver (~> 4.35)
347347
simplecov (~> 0.22.0)
348348
simplecov-console (~> 0.9.4)
349349
sourcemap (~> 0.1)

0 commit comments

Comments
 (0)