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 Oct 11, 2023
1 parent 4c36281 commit a067b94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ group :test do
end

group :production do
gem 'lograge', '~> 0.13.0'
gem 'lograge', '~> 0.14.0'
gem 'remote_syslog_logger'
end

Expand Down
11 changes: 7 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
lograge (0.13.0)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.21.3)
loofah (2.21.4)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -411,7 +411,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand All @@ -431,7 +431,7 @@ DEPENDENCIES
jbuilder (~> 2.11, >= 2.11.5)
json
listen (>= 3.0.5, < 3.2)
lograge (~> 0.13.0)
lograge (~> 0.14.0)
minitest
net-smtp
omniauth (>= 2.1.1)
Expand Down Expand Up @@ -464,3 +464,6 @@ DEPENDENCIES
webdrivers
webmock
webpacker (~> 6.0.0.rc.5)

BUNDLED WITH
2.1.4

0 comments on commit a067b94

Please sign in to comment.