Skip to content
Snippets Groups Projects
Unverified Commit 9cce2b92 authored by Snyk bot's avatar Snyk bot Committed by GitHub
Browse files

[Snyk] Security upgrade lograge from 0.12.0 to 0.12.0 (#5223)

* fix: 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 avatarAhmad Farhat <ahmad.af.farhat@gmail.com>
parent bcbccd2c
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ GEM ...@@ -164,7 +164,7 @@ GEM
json json
hiredis (0.6.3) hiredis (0.6.3)
httpclient (2.8.3) httpclient (2.8.3)
i18n (1.12.0) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
i18n-language-mapping (0.1.3.1) i18n-language-mapping (0.1.3.1)
image_processing (1.12.2) image_processing (1.12.2)
...@@ -193,9 +193,9 @@ GEM ...@@ -193,9 +193,9 @@ GEM
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.19.1) loofah (2.21.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.12.0)
mail (2.8.1) mail (2.8.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap net-imap
...@@ -206,6 +206,7 @@ GEM ...@@ -206,6 +206,7 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mini_magick (4.12.0) mini_magick (4.12.0)
mini_mime (1.1.2) mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.18.0) minitest (5.18.0)
msgpack (1.6.0) msgpack (1.6.0)
net-imap (0.3.4) net-imap (0.3.4)
...@@ -218,7 +219,10 @@ GEM ...@@ -218,7 +219,10 @@ GEM
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.14.3-x86_64-linux) nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
omniauth (2.1.1) omniauth (2.1.1)
hashie (>= 3.4.6) hashie (>= 3.4.6)
...@@ -251,7 +255,7 @@ GEM ...@@ -251,7 +255,7 @@ GEM
puma (5.6.5) puma (5.6.5)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.2) racc (1.6.2)
rack (2.2.6.4) rack (2.2.7)
rack-oauth2 (1.21.3) rack-oauth2 (1.21.3)
activesupport activesupport
attr_required attr_required
...@@ -279,8 +283,9 @@ GEM ...@@ -279,8 +283,9 @@ GEM
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.4.3) railties (7.0.4.3)
actionpack (= 7.0.4.3) actionpack (= 7.0.4.3)
activesupport (= 7.0.4.3) activesupport (= 7.0.4.3)
...@@ -360,7 +365,7 @@ GEM ...@@ -360,7 +365,7 @@ GEM
attr_required (>= 0.0.5) attr_required (>= 0.0.5)
httpclient (>= 2.4) httpclient (>= 2.4)
syslog_protocol (0.9.2) syslog_protocol (0.9.2)
thor (1.2.1) thor (1.2.2)
timeout (0.3.2) timeout (0.3.2)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
...@@ -395,7 +400,7 @@ GEM ...@@ -395,7 +400,7 @@ GEM
rexml rexml
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.7) zeitwerk (2.6.8)
PLATFORMS PLATFORMS
ruby ruby
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment