Skip to content

Commit

Permalink
Bump selenium-webdriver from 4.19.0 to 4.20.1 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
invalidusrname committed May 6, 2024
2 parents d80821a + f5dfdc8 commit e92ddee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -28,7 +28,7 @@ end

group :test do
gem "capybara"
gem "selenium-webdriver", "~> 4.19.0"
gem "selenium-webdriver", "~> 4.20.1"
gem "shoulda", "~> 4.0"
gem "webrat", "~> 0.7"
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -329,7 +329,7 @@ GEM
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.19.0)
selenium-webdriver (4.20.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -413,7 +413,7 @@ DEPENDENCIES
rubocop-rails (~> 2.24)
rubocop-rspec (~> 2.29)
ruby-aaws (~> 0.7)
selenium-webdriver (~> 4.19.0)
selenium-webdriver (~> 4.20.1)
shoulda (~> 4.0)
sprockets-rails
sqlite3 (~> 1.7)
Expand Down

0 comments on commit e92ddee

Please sign in to comment.