Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.0.0 to 4.11.0
Browse files Browse the repository at this point in the history
Webdrivers doesn't seem to be working with GitHub Actions since Chrome
changed the way to download ChromeDriver [1].

Luckily, webdrivers functionality has recently been added directly to
selenium-webdriver, and version 4.11.0 is compatible with the new way to
download ChromeDriver.

So we're updating selenium-webdriver and removing webdrivers.

[1] https://groups.google.com/g/chromedriver-users/c/qVPTFXnedw0
  • Loading branch information
javierm authored and microweb10 committed Jul 27, 2023
1 parent 2001e32 commit 5499214
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ group :test do
gem "coveralls", "~> 0.8.23", require: false
gem "email_spec", "~> 2.2.0"
gem "rspec-rails", "~> 5.0"
gem "selenium-webdriver", "~> 4.0.0"
gem "webdrivers", "~> 4.7.0"
gem "selenium-webdriver", "~> 4.10.0"
end

group :development do
Expand Down
15 changes: 5 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ GEM
actionpack (>= 3.1)
caxlsx (>= 3.0)
chef-utils (16.4.41)
childprocess (4.1.0)
chronic (0.10.2)
ckeditor (4.3.0)
orm_adapter (~> 0.5.0)
Expand Down Expand Up @@ -592,10 +591,10 @@ GEM
faraday (> 0.8, < 2.0)
scss_lint (0.59.0)
sass (~> 3.5, >= 3.5.5)
selenium-webdriver (4.0.3)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -669,11 +668,8 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webdrivers (4.7.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (> 3.141, < 5.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -775,7 +771,7 @@ DEPENDENCIES
sassc-rails (~> 2.1.2)
savon (~> 2.12.1)
scss_lint (~> 0.59.0)
selenium-webdriver (~> 4.0.0)
selenium-webdriver (~> 4.10.0)
sitemap_generator (~> 6.1.2)
social-share-button (~> 1.2.4)
spring (~> 2.1.1)
Expand All @@ -788,7 +784,6 @@ DEPENDENCIES
uuidtools (~> 2.1.5)
view_component (~> 2.49.1)
web-console (~> 3.7.0)
webdrivers (~> 4.7.0)
whenever (~> 1.0.0)
wicked_pdf (~> 2.1.0)
wkhtmltopdf-binary (~> 0.12.6)
Expand Down

0 comments on commit 5499214

Please sign in to comment.