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 Feb 12, 2024
1 parent 136ead3 commit def2403
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 @@ -148,9 +148,9 @@ group :development, :test do
gem 'rspec-rails', '~> 3.3'
gem 'capybara', '~> 3.32'
# For testing with chromedriver
gem 'selenium-webdriver', '~> 3.142'
gem 'selenium-webdriver', '~> 4.0'
# For automatically updating chromedriver
gem 'webdrivers', '~> 4.0', require: false
gem 'webdrivers', '~> 5.3.0', require: false
gem 'factory_girl_rails', '>= 4.4.1'
gem 'rubocop', '~> 0.58.2', require: false
gem 'rubocop-rspec', '>= 1.20.1', require: false
Expand Down
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ GEM
regexp_parser (~> 1.5)
xpath (~> 3.2)
charlock_holmes (0.7.6)
childprocess (2.0.0)
rake (< 13.0)
childprocess (4.1.0)
chosen-rails (1.5.2)
coffee-rails (>= 3.2)
railties (>= 3.0)
Expand Down Expand Up @@ -433,6 +432,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (2.1.0)
rexml (3.2.6)
rsolr (1.1.2)
builder (>= 2.1.2)
rspec-core (3.3.2)
Expand Down Expand Up @@ -470,7 +470,7 @@ GEM
rubyXL (3.3.15)
nokogiri (>= 1.4.4)
rubyzip (>= 1.1.6)
rubyzip (1.2.3)
rubyzip (1.3.0)
sass (3.5.6)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
Expand All @@ -485,8 +485,9 @@ GEM
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
sequel (5.8.0)
sinatra (1.4.8)
Expand Down Expand Up @@ -557,10 +558,10 @@ GEM
binding_of_caller (>= 0.7.2)
railties (>= 4.0)
sprockets-rails (>= 2.0, < 4.0)
webdrivers (4.1.2)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (~> 1.0)
selenium-webdriver (>= 3.0, < 4.0)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
wowza-secure_token (0.0.1)
xml-simple (1.1.5)
xpath (3.2.0)
Expand Down Expand Up @@ -628,7 +629,7 @@ DEPENDENCIES
sass
sass-rails
sdoc
selenium-webdriver (~> 3.142)
selenium-webdriver (~> 4.0)
solrizer (>= 3.4.1)
spreadsheet
sqlite3 (~> 1.3.10)
Expand All @@ -637,7 +638,7 @@ DEPENDENCIES
underscore-rails
uri_service (= 0.5.5)
web-console (~> 2.0)
webdrivers (~> 4.0)
webdrivers (~> 5.3.0)
wowza-secure_token (= 0.0.1)

BUNDLED WITH
Expand Down

0 comments on commit def2403

Please sign in to comment.