Skip to content
Snippets Groups Projects
Unverified Commit 864d74b1 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

[Snyk] Security upgrade lograge from 0.13.0 to 0.14.0 (#5447)

* 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: default avatarsnyk-bot <snyk-bot@snyk.io>
Co-authored-by: default avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent 1038553d
Branches
No related tags found
No related merge requests found
...@@ -58,6 +58,6 @@ group :test do ...@@ -58,6 +58,6 @@ group :test do
end end
group :production do group :production do
gem 'lograge', '~> 0.13.0' gem 'lograge', '~> 0.14.0'
gem 'remote_syslog_logger' gem 'remote_syslog_logger'
end end
...@@ -227,12 +227,12 @@ GEM ...@@ -227,12 +227,12 @@ GEM
jsonapi-renderer (0.2.2) jsonapi-renderer (0.2.2)
jwt (2.7.0) jwt (2.7.0)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
lograge (0.13.0) lograge (0.14.0)
actionpack (>= 4) actionpack (>= 4)
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.21.3) loofah (2.21.4)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mail (2.8.1) mail (2.8.1)
...@@ -463,7 +463,7 @@ GEM ...@@ -463,7 +463,7 @@ GEM
rexml rexml
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.11) zeitwerk (2.6.12)
PLATFORMS PLATFORMS
ruby ruby
...@@ -491,7 +491,7 @@ DEPENDENCIES ...@@ -491,7 +491,7 @@ DEPENDENCIES
jbuilder jbuilder
jsbundling-rails (>= 1.2.0) jsbundling-rails (>= 1.2.0)
jwt jwt
lograge (~> 0.13.0) lograge (~> 0.14.0)
mini_magick (>= 4.9.5) mini_magick (>= 4.9.5)
omniauth (~> 2.1.0) omniauth (~> 2.1.0)
omniauth-rails_csrf_protection (~> 1.0.1) omniauth-rails_csrf_protection (~> 1.0.1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment