Skip to content

Commit

Permalink
remove webdrivers and bump selenium-webdrivers
Browse files Browse the repository at this point in the history
  • Loading branch information
caitmich committed Aug 24, 2023
1 parent 8508987 commit e3b5a85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ group :test do
gem 'factory_bot_rails'
gem 'capybara', '>= 3.26'
gem 'guard-rspec', require: false
gem 'selenium-webdriver'
gem 'selenium-webdriver', '~> 4.11'
gem 'shoulda-matchers', '~> 3.1'
gem 'timecop'
gem 'webdrivers', '~> 5.3.1'
# gem 'webdrivers', '~> 5.3.1'

# Required by capybara
gem 'matrix'
Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.10.0)
selenium-webdriver (4.11.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -500,10 +500,6 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -602,7 +598,7 @@ DEPENDENCIES
rubyzip (>= 1.2.2)
sanitize (= 6.0.2)
sass-rails (~> 6.0)
selenium-webdriver
selenium-webdriver (~> 4.11)
shoulda-matchers (~> 3.1)
simple_form
sinatra (~> 2.2.3)
Expand All @@ -616,11 +612,10 @@ DEPENDENCIES
unicorn (= 6.1.0)
warden (~> 1.2.3)
web-console (>= 4.1.0)
webdrivers (~> 5.3.1)
whenever

RUBY VERSION
ruby 3.1.2p20

BUNDLED WITH
2.4.11
2.3.16

0 comments on commit e3b5a85

Please sign in to comment.