From 3b3389b875e7bc7b3d7389fd56deec0831e2f718 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Oct 2022 19:32:42 +0000 Subject: [PATCH] fix: Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile.lock | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6b3180b..9db895a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,18 +21,20 @@ GEM i18n (~> 0.6, >= 0.6.4) multi_json (~> 1.0) builder (3.0.4) + concurrent-ruby (1.1.10) erubis (2.7.0) hike (1.2.3) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) journey (1.0.4) - mail (2.5.4) + mail (2.5.5) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) - multi_json (1.12.1) + multi_json (1.15.0) polyglot (0.3.5) rack (1.4.7) - rack-cache (1.6.1) + rack-cache (1.13.0) rack (>= 0.4) rack-test (0.6.3) rack (>= 1.0) @@ -53,4 +55,4 @@ DEPENDENCIES actionmailer (= 3.2.14) BUNDLED WITH - 1.13.6 + 1.17.3