Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.9.0 to 4.17.0
Browse files Browse the repository at this point in the history
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.9.0 to 4.17.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.9.0...selenium-4.17.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 23, 2024
1 parent 21c5288 commit a2c77eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ group :test do
gem "database_cleaner"
gem "formulaic"
gem "launchy"
gem "selenium-webdriver", "= 4.9.0"
gem "selenium-webdriver", "4.17.0"
gem "shoulda-matchers"
gem "timecop"
gem "webdrivers"
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ GEM
thor (>= 0.14.0)
ast (2.4.2)
awesome_print (1.9.2)
base64 (0.2.0)
better_html (2.0.1)
actionview (>= 6.0)
activesupport (>= 6.0)
Expand Down Expand Up @@ -290,7 +291,8 @@ GEM
sprockets-rails
tilt
selectize-rails (0.12.6)
selenium-webdriver (4.9.0)
selenium-webdriver (4.17.0)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -329,7 +331,7 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket (1.2.10)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -364,7 +366,7 @@ DEPENDENCIES
pundit
rack-timeout
redcarpet
selenium-webdriver (= 4.9.0)
selenium-webdriver (= 4.17.0)
sentry-raven
shoulda-matchers
timecop
Expand Down

0 comments on commit a2c77eb

Please sign in to comment.