fix: Gemfile.lock to reduce vulnerabilities (#7280)

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

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Snyk bot
2023-06-14 11:10:24 +01:00
committed by GitHub
parent d2aa19579e
commit 8b91f0ffac

View File

@@ -33,70 +33,70 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.4.3) actioncable (7.0.5)
actionpack (= 7.0.4.3) actionpack (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.4.3) actionmailbox (7.0.5)
actionpack (= 7.0.4.3) actionpack (= 7.0.5)
activejob (= 7.0.4.3) activejob (= 7.0.5)
activerecord (= 7.0.4.3) activerecord (= 7.0.5)
activestorage (= 7.0.4.3) activestorage (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
mail (>= 2.7.1) mail (>= 2.7.1)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
actionmailer (7.0.4.3) actionmailer (7.0.5)
actionpack (= 7.0.4.3) actionpack (= 7.0.5)
actionview (= 7.0.4.3) actionview (= 7.0.5)
activejob (= 7.0.4.3) activejob (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
net-imap net-imap
net-pop net-pop
net-smtp net-smtp
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.4.3) actionpack (7.0.5)
actionview (= 7.0.4.3) actionview (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.4.3) actiontext (7.0.5)
actionpack (= 7.0.4.3) actionpack (= 7.0.5)
activerecord (= 7.0.4.3) activerecord (= 7.0.5)
activestorage (= 7.0.4.3) activestorage (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.4.3) actionview (7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
active_record_query_trace (1.8) active_record_query_trace (1.8)
activejob (7.0.4.3) activejob (7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.4.3) activemodel (7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
activerecord (7.0.4.3) activerecord (7.0.5)
activemodel (= 7.0.4.3) activemodel (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
activerecord-import (1.4.1) activerecord-import (1.4.1)
activerecord (>= 4.2) activerecord (>= 4.2)
activestorage (7.0.4.3) activestorage (7.0.5)
actionpack (= 7.0.4.3) actionpack (= 7.0.5)
activejob (= 7.0.4.3) activejob (= 7.0.5)
activerecord (= 7.0.4.3) activerecord (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.4.3) activesupport (7.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@@ -356,7 +356,7 @@ GEM
mini_mime (>= 1.0.0) mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
httpclient (2.8.3) httpclient (2.8.3)
i18n (1.13.0) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
image_processing (1.12.2) image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5) mini_magick (>= 4.9.5, < 5)
@@ -423,9 +423,9 @@ GEM
activesupport (>= 4) activesupport (>= 4)
railties (>= 4) railties (>= 4)
request_store (~> 1.0) request_store (~> 1.0)
loofah (2.20.0) 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
@@ -465,14 +465,14 @@ GEM
sidekiq sidekiq
newrelic_rpm (8.16.0) newrelic_rpm (8.16.0)
nio4r (2.5.9) nio4r (2.5.9)
nokogiri (1.14.3) nokogiri (1.15.2)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.14.3-arm64-darwin) nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin) nokogiri (1.15.2-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux) nokogiri (1.15.2-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
oauth (1.1.0) oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1) oauth-tty (~> 1.0, >= 1.0.1)
@@ -525,7 +525,7 @@ GEM
pundit (2.3.0) pundit (2.3.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
raabro (1.4.0) raabro (1.4.0)
racc (1.6.2) racc (1.7.0)
rack (2.2.7) rack (2.2.7)
rack-attack (6.6.1) rack-attack (6.6.1)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
@@ -540,28 +540,29 @@ GEM
rack-test (2.1.0) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rack-timeout (0.6.3) rack-timeout (0.6.3)
rails (7.0.4.3) rails (7.0.5)
actioncable (= 7.0.4.3) actioncable (= 7.0.5)
actionmailbox (= 7.0.4.3) actionmailbox (= 7.0.5)
actionmailer (= 7.0.4.3) actionmailer (= 7.0.5)
actionpack (= 7.0.4.3) actionpack (= 7.0.5)
actiontext (= 7.0.4.3) actiontext (= 7.0.5)
actionview (= 7.0.4.3) actionview (= 7.0.5)
activejob (= 7.0.4.3) activejob (= 7.0.5)
activemodel (= 7.0.4.3) activemodel (= 7.0.5)
activerecord (= 7.0.4.3) activerecord (= 7.0.5)
activestorage (= 7.0.4.3) activestorage (= 7.0.5)
activesupport (= 7.0.4.3) activesupport (= 7.0.5)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.4.3) railties (= 7.0.5)
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)
railties (7.0.4.3) nokogiri (~> 1.14)
actionpack (= 7.0.4.3) railties (7.0.5)
activesupport (= 7.0.4.3) actionpack (= 7.0.5)
activesupport (= 7.0.5)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@@ -725,8 +726,8 @@ GEM
stripe (8.5.0) stripe (8.5.0)
telephone_number (1.4.20) telephone_number (1.4.20)
test-prof (1.2.1) test-prof (1.2.1)
thor (1.2.1) thor (1.2.2)
tilt (2.1.0) tilt (2.2.0)
time_diff (0.3.0) time_diff (0.3.0)
activesupport activesupport
i18n i18n
@@ -920,4 +921,4 @@ RUBY VERSION
ruby 3.2.2p185 ruby 3.2.2p185
BUNDLED WITH BUNDLED WITH
2.4.10 2.4.6