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 cuprite from 0.14.3 to 0.15 #168

Open
wants to merge 1 commit into
base: main
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
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
  • Loading branch information
snyk-bot committed Nov 6, 2023
commit ab5485aaa55f9af467a64ad32863f55e87fa24f7
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ group :development, :test do
end

group :test do
gem "cuprite", "~> 0.13" # Capybara driver for Chrome
gem "cuprite", "~> 0.15" # Capybara driver for Chrome
gem "exifr", ">= 1.3.6" # EXIF Reader is a module to read EXIF from JPEG and TIFF images
gem "factory_bot_rails", "~> 6.2" # factory_bot is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies
gem "fakeredis", "~> 0.8.0" # Fake (In-memory) driver for redis-rb. Useful for testing environment and machines without Redis.
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
cuprite (0.14.3)
cuprite (0.15)
capybara (~> 3.0)
ferrum (~> 0.13.0)
ferrum (~> 0.14.0)
cypress-rails (0.6.1)
puma (>= 3.8.0)
railties (>= 5.2.0)
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
feedjira (3.2.2)
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ferrum (0.13)
ferrum (0.14)
addressable (~> 2.5)
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
Expand Down Expand Up @@ -507,7 +507,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
modis (4.0.1)
activemodel (>= 5.2)
Expand Down Expand Up @@ -617,7 +617,7 @@ GEM
pundit-matchers (1.9.0)
rspec-rails (>= 3.0.0)
raabro (1.4.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -992,7 +992,7 @@ DEPENDENCIES
cloudinary (~> 1.23)
counter_culture (~> 3.2)
countries (~> 5.5)
cuprite (~> 0.13)
cuprite (~> 0.15)
cypress-rails (~> 0.5)
ddtrace (~> 1.3.0)
debug (>= 1.0.0)
Expand Down Expand Up @@ -1129,7 +1129,7 @@ DEPENDENCIES
zonebie (~> 0.6.1)

RUBY VERSION
ruby 3.1.4p223
ruby 2.7.8p225

BUNDLED WITH
2.4.17
Loading