Skip to content

Commit

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

build(deps-dev): bump selenium-webdriver from 4.21.1 to 4.22.0
  • Loading branch information
EmilioCristalli committed Jun 24, 2024
2 parents c340c30 + f095b1f commit 0570e21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ end

group :test do
gem 'capybara', '~> 3.40'
gem 'selenium-webdriver', '~> 4.21'
gem 'selenium-webdriver', '~> 4.22'
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ GEM
childprocess (~> 5.0)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -326,8 +327,9 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.21.1)
selenium-webdriver (4.22.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -405,7 +407,7 @@ DEPENDENCIES
rubocop-performance (~> 1.21)
rubocop-rails (~> 2.25)
sassc-rails (~> 2.1.2)
selenium-webdriver (~> 4.21)
selenium-webdriver (~> 4.22)
serviceworker-rails (~> 0.6)
stimulus-rails (~> 1.3)
turbo-rails (~> 2.0)
Expand Down

0 comments on commit 0570e21

Please sign in to comment.