Skip to content

Commit

Permalink
Merge pull request #186 from cedarcode/dependabot/bundler/selenium-we…
Browse files Browse the repository at this point in the history
…bdriver-4.26.0

build(deps-dev): bump selenium-webdriver from 4.25.0 to 4.26.0
  • Loading branch information
santiagorodriguez96 authored Nov 4, 2024
2 parents 030c4cb + ff42457 commit 51516c0
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 @@ -36,5 +36,5 @@ end
group :test do
gem 'capybara', '~> 3.26'
gem 'minitest-stub_any_instance', '~> 1.0'
gem 'selenium-webdriver', '~> 4.25'
gem 'selenium-webdriver', '~> 4.26'
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.10)
io-console (~> 0.5)
rexml (3.3.7)
rexml (3.3.9)
rollbar (3.6.0)
rubocop (1.67.0)
json (~> 2.3)
Expand Down Expand Up @@ -269,7 +269,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
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 @@ -345,7 +345,7 @@ DEPENDENCIES
rubocop (~> 1.67)
rubocop-rails (~> 2.27)
sassc-rails (~> 2.0)
selenium-webdriver (~> 4.25)
selenium-webdriver (~> 4.26)
sqlite3 (>= 1.4)
stimulus-rails (~> 1.3)
web-console (~> 4.2, >= 4.2.1)
Expand Down

0 comments on commit 51516c0

Please sign in to comment.