Skip to content

Commit

Permalink
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
  • Loading branch information
snyk-bot committed Dec 6, 2023
1 parent 9b494a7 commit 353ec49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ gem "sidekiq-scheduler", ">= 3.1.0"
gem "sidekiq-unique-jobs", ">= 7.1.5"
# gem "webpacker"

gem "rack-mini-profiler"
gem "rack-mini-profiler", ">= 3.2.0"
gem "flamegraph"
gem "stackprof"
gem "memory_profiler"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ GEM
racc (1.7.1)
rack (2.2.8)
rack-headers_filter (0.0.1)
rack-mini-profiler (3.1.1)
rack-mini-profiler (3.2.0)
rack (>= 1.2.0)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
Expand Down Expand Up @@ -644,7 +644,7 @@ DEPENDENCIES
puma
pupprb!
rack-headers_filter
rack-mini-profiler
rack-mini-profiler (>= 3.2.0)
rails (~> 7)
redis-rails
rspec-openapi
Expand Down

0 comments on commit 353ec49

Please sign in to comment.