From 4959f03322e1d94b6571d520f187ff03bf0d7a0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Jun 2022 21:51:20 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599 - https://snyk.io/vuln/SNYK-RUBY-RACK-2848600 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0c1a66d..da93801 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" gem "json" -gem "rack" +gem "rack", ">= 2.0.9.1" gem "unicorn"