Skip to content

Commit

Permalink
Merge pull request #1138 from nla/dependabot/bundler/selenium-webdriv…
Browse files Browse the repository at this point in the history
…er-4.26.0

chore(deps-dev): bump selenium-webdriver from 4.25.0 to 4.26.0
  • Loading branch information
CEdwardsBlasikiewicz authored Oct 31, 2024
2 parents fb5f73b + d98d6c8 commit 9ac47fb
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 @@ -144,7 +144,7 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver", "~> 4.25"
gem "selenium-webdriver", "~> 4.26"
gem "rails-controller-testing", "~> 1.0", ">= 1.0.5"
gem "webmock"
gem "cuprite"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ GEM
rufus-scheduler (3.9.2)
fugit (~> 1.1, >= 1.11.1)
scrub_rb (1.0.1)
selenium-webdriver (4.25.0)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -775,7 +775,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
rufus-scheduler (~> 3.9)
selenium-webdriver (~> 4.25)
selenium-webdriver (~> 4.26)
shoulda-matchers
simplecov (~> 0.22.0)
simplecov-json (~> 0.2.3)
Expand Down

0 comments on commit 9ac47fb

Please sign in to comment.