Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.9.0 to 4.9.1
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.9.1.
- [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.9.1)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2023
1 parent 16caac9 commit 41b9f98
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 @@ -20,7 +20,7 @@ else
end
gem "rubocop"
gem "rubocop-shopify"
gem "selenium-webdriver", "< 4.9.1"
gem "selenium-webdriver", "< 4.9.2"
gem "sprockets-rails"
gem "sqlite3"
gem "webdrivers", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.9.0)
selenium-webdriver (4.9.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
rails
rubocop
rubocop-shopify
selenium-webdriver (< 4.9.1)
selenium-webdriver (< 4.9.2)
sprockets-rails
sqlite3
webdrivers
Expand Down

0 comments on commit 41b9f98

Please sign in to comment.