Skip to content

Commit

Permalink
[Snyk] Security upgrade lograge from 0.13.0 to 0.14.0 (#5447)
Browse files Browse the repository at this point in the history
* fix: Gemfile & Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917

* Update Gemfile.lock

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Ahmad Farhat <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 1038553 commit 864d74b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ group :test do
end

group :production do
gem 'lograge', '~> 0.13.0'
gem 'lograge', '~> 0.14.0'
gem 'remote_syslog_logger'
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,12 @@ GEM
jsonapi-renderer (0.2.2)
jwt (2.7.0)
language_server-protocol (3.17.0.3)
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 @@ -463,7 +463,7 @@ GEM
rexml
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down Expand Up @@ -491,7 +491,7 @@ DEPENDENCIES
jbuilder
jsbundling-rails (>= 1.2.0)
jwt
lograge (~> 0.13.0)
lograge (~> 0.14.0)
mini_magick (>= 4.9.5)
omniauth (~> 2.1.0)
omniauth-rails_csrf_protection (~> 1.0.1)
Expand Down

0 comments on commit 864d74b

Please sign in to comment.