Skip to content

Commit

Permalink
Merge pull request #426 from nla/dependabot/bundler/selenium-webdrive…
Browse files Browse the repository at this point in the history
…r-4.21.1

build(deps-dev): bump selenium-webdriver from 4.17.0 to 4.21.1
  • Loading branch information
yetti authored Jun 3, 2024
2 parents 3849d95 + 3c98b38 commit b4a2779
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 @@ -136,7 +136,7 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver", "~> 4.17"
gem "selenium-webdriver", "~> 4.21"
gem "database_cleaner-active_record"
gem "rails-controller-testing", "~> 1.0", ">= 1.0.5"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ GEM
ruby-statistics (3.0.2)
rubyzip (2.3.2)
scrub_rb (1.0.1)
selenium-webdriver (4.17.0)
selenium-webdriver (4.21.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -652,7 +652,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
selenium-webdriver (~> 4.17)
selenium-webdriver (~> 4.21)
shoulda-matchers
simplecov (~> 0.22.0)
simplecov-json (~> 0.2.3)
Expand Down

0 comments on commit b4a2779

Please sign in to comment.