Skip to content

Commit

Permalink
Update selenium-webdriver and webdrivers gems
Browse files Browse the repository at this point in the history
  • Loading branch information
elohanlon committed Oct 2, 2023
1 parent 2029e59 commit a406e2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ group :development, :test do
# Adds support for Capybara system testing and selenium driver
gem 'capybara', '~> 3.33'
# For testing with chromedriver
gem 'selenium-webdriver', '~> 3.142'
gem 'selenium-webdriver', '~> 4.0'
gem 'rexml', '~> 3.2', '>= 3.2.4'
# For automatically updating chromedriver
gem 'webdrivers', '~> 4.0', require: false
gem 'webdrivers', '~> 5.3.0', require: false
gem 'rspec-rails', '~> 4.0'
gem 'factory_bot_rails', ' ~> 4.0'
gem 'simplecov', require: false
Expand Down
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.5)
xpath (~> 3.2)
childprocess (3.0.0)
coderay (1.1.2)
concurrent-ruby (1.2.2)
crass (1.0.6)
Expand Down Expand Up @@ -252,7 +251,7 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.11.0)
rubyzip (2.3.0)
rubyzip (2.3.2)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -264,9 +263,10 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
selenium-webdriver (4.9.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -303,10 +303,11 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (4.6.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
selenium-webdriver (~> 4.0, < 4.11)
websocket (1.2.10)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -346,7 +347,7 @@ DEPENDENCIES
rspec-rails (~> 4.0)
sass (~> 3.7.4)
sass-rails (~> 5)
selenium-webdriver (~> 3.142)
selenium-webdriver (~> 4.0)
simplecov
simplecov-lcov
spring
Expand All @@ -356,7 +357,7 @@ DEPENDENCIES
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)
webdrivers (~> 4.0)
webdrivers (~> 5.3.0)

BUNDLED WITH
2.3.9
2.3.13

0 comments on commit a406e2a

Please sign in to comment.