Skip to content

Commit

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

chore(deps-dev): bump selenium-webdriver from 4.23.0 to 4.25.0
  • Loading branch information
CEdwardsBlasikiewicz authored Sep 25, 2024
2 parents 262676a + 90c97f4 commit e7a84be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.23"
gem "selenium-webdriver", "~> 4.25"
gem "rails-controller-testing", "~> 1.0", ">= 1.0.5"
gem "webmock"
gem "cuprite"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ GEM
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.0)
logger (1.6.1)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -581,7 +581,7 @@ GEM
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
scrub_rb (1.0.1)
selenium-webdriver (4.23.0)
selenium-webdriver (4.25.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -764,7 +764,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
rufus-scheduler (~> 3.8)
selenium-webdriver (~> 4.23)
selenium-webdriver (~> 4.25)
shoulda-matchers
simplecov (~> 0.22.0)
simplecov-json (~> 0.2.3)
Expand Down

0 comments on commit e7a84be

Please sign in to comment.