Skip to content

Commit

Permalink
Merge pull request #1910 from codebar/dependabot/bundler/webdrivers-5…
Browse files Browse the repository at this point in the history
….3.1

Bump webdrivers from 5.2.0 to 5.3.1
  • Loading branch information
matyikriszta authored Aug 28, 2023
2 parents 57c86bf + 5649fdb commit e11c4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.9.0)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -448,10 +448,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.2.0)
webdrivers (5.3.1)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
selenium-webdriver (~> 4.0, < 4.11)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down
3 changes: 0 additions & 3 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
require 'webdrivers'

# Temporary fix for https://github.com/titusfortner/webdrivers/issues/247
Webdrivers::Chromedriver.required_version = "114.0.5735.90"

Capybara.register_driver :chrome do |app|
options = Selenium::WebDriver::Chrome::Options.new

Expand Down

0 comments on commit e11c4cb

Please sign in to comment.