Skip to content

Commit 4f89e7c

Browse files
authored
Merge pull request #3236 from DMPRoadmap/webdriver_update
Webdriver update
2 parents 57f1649 + 227ac57 commit 4f89e7c

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ group :test do
272272
gem 'capybara'
273273
gem 'selenium-webdriver'
274274
# Easy installation and use of web drivers to run system tests with browsers
275-
gem 'webdrivers'
275+
gem 'webdrivers', '~> 5.2'
276276

277277
# Automatically create snapshots when Cucumber steps fail with Capybara
278278
# and Rails (http://github.com/mattheworiordan/capybara-screenshot)

Gemfile.lock

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,7 @@ GEM
104104
rack-test (>= 0.6.3)
105105
regexp_parser (>= 1.5, < 3.0)
106106
xpath (~> 3.2)
107-
capybara-webmock (0.6.0)
108-
capybara (>= 2.4, < 4)
109-
rack (>= 1.4)
110-
rack-proxy (>= 0.6.0)
111-
rexml (>= 3.2)
112-
selenium-webdriver (~> 3.0)
113-
webrick (>= 1.7)
107+
capybara-webmock (0.1.0)
114108
childprocess (3.0.0)
115109
coderay (1.1.3)
116110
concurrent-ruby (1.1.10)
@@ -419,9 +413,11 @@ GEM
419413
sprockets (> 3.0)
420414
sprockets-rails
421415
tilt
422-
selenium-webdriver (3.142.7)
423-
childprocess (>= 0.5, < 4.0)
424-
rubyzip (>= 1.2.2)
416+
selenium-webdriver (4.6.1)
417+
childprocess (>= 0.5, < 5.0)
418+
rexml (~> 3.2, >= 3.2.5)
419+
rubyzip (>= 1.2.2, < 3.0)
420+
websocket (~> 1.0)
425421
semantic_range (3.0.0)
426422
shellany (0.0.1)
427423
shoulda (4.0.0)
@@ -470,10 +466,10 @@ GEM
470466
activemodel (>= 6.0.0)
471467
bindex (>= 0.4.0)
472468
railties (>= 6.0.0)
473-
webdrivers (4.7.0)
469+
webdrivers (5.2.0)
474470
nokogiri (~> 1.6)
475471
rubyzip (>= 1.3.0)
476-
selenium-webdriver (> 3.141, < 5.0)
472+
selenium-webdriver (~> 4.0)
477473
webmock (3.18.1)
478474
addressable (>= 2.8.0)
479475
crack (>= 0.3.2)
@@ -484,6 +480,7 @@ GEM
484480
railties (>= 5.2)
485481
semantic_range (>= 2.3.0)
486482
webrick (1.7.0)
483+
websocket (1.2.9)
487484
websocket-driver (0.7.5)
488485
websocket-extensions (>= 0.1.0)
489486
websocket-extensions (0.1.5)
@@ -571,7 +568,7 @@ DEPENDENCIES
571568
translation
572569
turbo-rails
573570
web-console
574-
webdrivers
571+
webdrivers (~> 5.2)
575572
webmock
576573
webpacker
577574
wicked_pdf

0 commit comments

Comments
 (0)