Skip to content

Commit

Permalink
[testing] upgrade selenium-webdriver to latest version (no need to us…
Browse files Browse the repository at this point in the history
…e webdrivers anymore)
  • Loading branch information
markets committed Dec 9, 2023
1 parent 8870afe commit 0feec4e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ group :test do
gem 'fabrication', '~> 2.20'
gem 'faker', '~> 2.15'
gem 'capybara', '~> 3.29'
gem 'selenium-webdriver', '~> 4.1.0'
gem 'webdrivers', '~> 5.3'
gem 'selenium-webdriver', '~> 4.16'
gem 'simplecov', '~> 0.22', require: false
gem 'webrick'
end
17 changes: 6 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
airbrussh (1.5.0)
sshkit (>= 1.6.1, != 1.7.0)
Expand Down Expand Up @@ -131,7 +131,6 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -380,10 +379,10 @@ GEM
sprockets-rails
tilt
select2-rails (4.0.13)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
sidekiq (6.5.12)
Expand Down Expand Up @@ -433,11 +432,8 @@ 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)
webrick (1.8.1)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -489,7 +485,7 @@ DEPENDENCIES
rubyzip (~> 2.3.0)
sassc-rails (~> 2.1.2)
select2-rails (~> 4.0.13)
selenium-webdriver (~> 4.1.0)
selenium-webdriver (~> 4.16)
shoulda-matchers (~> 4.4)
sidekiq (~> 6.5)
sidekiq-cron (~> 1.9.1)
Expand All @@ -499,7 +495,6 @@ DEPENDENCIES
uglifier (~> 4.2.0)
unicorn (~> 6.1.0)
web-console (~> 4.1.0)
webdrivers (~> 5.3)
webrick

BUNDLED WITH
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
require 'capybara/rspec'
require 'database_cleaner'
require 'fabrication'
require 'webdrivers'
require 'selenium/webdriver'
require 'faker'
require 'shoulda/matchers'
Expand Down

0 comments on commit 0feec4e

Please sign in to comment.