Skip to content

updates ruby version of selenium webdriver to 4.8.6! #1344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Gemfile.lock
  • Loading branch information
snackattas authored Mar 28, 2023
commit 9e9fa39b6db3e42016ac4ab524a4fc1065a723b7
4 changes: 2 additions & 2 deletions examples/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
rubocop-capybara (~> 2.17)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
selenium-webdriver (4.8.3)
selenium-webdriver (4.8.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -74,7 +74,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.35)
rubocop-rspec (~> 2.12)
selenium-webdriver (= 4.8.3)
selenium-webdriver (= 4.8.4)
webdrivers (~> 5.1)

BUNDLED WITH
Expand Down