Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump selenium-webdriver from 4.5.0 to 4.8.1 #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (4.1.0)
combustion (1.3.7)
activesupport (>= 3.0.0)
railties (>= 3.0.0)
Expand All @@ -69,6 +68,7 @@ GEM
crass (1.0.6)
css_parser (1.12.0)
addressable
date (3.3.3)
diff-lcs (1.5.0)
erubi (1.11.0)
factory_bot (6.2.1)
Expand All @@ -89,6 +89,15 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.16.3)
net-imap (0.3.4)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.9-arm64-darwin)
racc (~> 1.4)
Expand Down Expand Up @@ -159,8 +168,7 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
selenium-webdriver (4.5.0)
childprocess (>= 0.5, < 5.0)
selenium-webdriver (4.8.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -170,6 +178,7 @@ GEM
rubocop (= 1.35.1)
rubocop-performance (= 1.14.3)
thor (1.2.1)
timeout (0.3.2)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)
Expand Down Expand Up @@ -199,6 +208,9 @@ DEPENDENCIES
combustion (~> 1.3)
factory_bot
lookbook!
net-imap
net-pop
net-smtp
puma
rspec-rails (~> 6)
selenium-webdriver
Expand Down