Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2022
1 parent d8cff8b commit 4342984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ group :test do
# feature test
gem 'capybara', '~> 3.37.1'
gem 'webdrivers', '~> 5.2.0'
gem 'selenium-webdriver', '~> 4.4.0'
gem 'selenium-webdriver', '~> 4.5.0'
gem 'capybara-screenshot', '~> 1.0.26'

gem 'mocha', '~> 1.15'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ GEM
rufus-scheduler (3.8.2)
fugit (~> 1.1, >= 1.1.6)
safe_type (1.1.1)
selenium-webdriver (4.4.0)
selenium-webdriver (4.5.0)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -486,7 +486,7 @@ DEPENDENCIES
rubocop (= 0.89.1)
rubocop-daemon
rubocop-minitest
selenium-webdriver (~> 4.4.0)
selenium-webdriver (~> 4.5.0)
sentry-rails (~> 5.4.2)
sentry-resque (~> 5.4.2)
sentry-ruby (~> 5.4.2)
Expand Down

0 comments on commit 4342984

Please sign in to comment.