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

[Snyk] Security upgrade selenium-webdriver from 4.7.1 to 4.8.0 #27

Open
wants to merge 1 commit into
base: codespace-billywildhig-improved-lamp-v4j5xrp64g43wqg4
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ end
group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver"
gem "selenium-webdriver", ">= 4.8.0"
gem "webdrivers"
end
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
backport (1.2.0)
base64 (0.2.0)
benchmark (0.2.1)
better_html (2.0.1)
actionview (>= 6.0)
Expand Down Expand Up @@ -132,6 +133,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -206,7 +208,8 @@ GEM
io-console (~> 0.5)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rexml (3.3.5)
strscan
rubocop (1.43.0)
json (~> 2.3)
parallel (~> 1.10)
Expand All @@ -221,7 +224,9 @@ GEM
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
rubyzip (2.3.2)
selenium-webdriver (4.7.1)
selenium-webdriver (4.23.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 @@ -251,6 +256,7 @@ GEM
sqlite3 (1.6.0-x86_64-linux)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
strscan (3.1.0)
thor (1.2.1)
tilt (2.0.11)
timeout (0.3.1)
Expand All @@ -266,7 +272,7 @@ GEM
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0)
webrick (1.7.0)
websocket (1.2.9)
websocket (1.2.11)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -289,7 +295,7 @@ DEPENDENCIES
jbuilder
puma (~> 5.0)
rails (~> 7.0)
selenium-webdriver
selenium-webdriver (>= 4.8.0)
solargraph
sprockets-rails (>= 3.5.0)
sqlite3 (~> 1.4)
Expand Down