From b4cbe855c421e7755e56c7fa2e96190c4903b6fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 22:09:07 +0000 Subject: [PATCH] fix: example/zoo-app/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-6274383 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274384 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274385 --- example/zoo-app/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/zoo-app/Gemfile b/example/zoo-app/Gemfile index cc3efbf3..3fc93f24 100644 --- a/example/zoo-app/Gemfile +++ b/example/zoo-app/Gemfile @@ -9,5 +9,5 @@ end gem 'rake' -gem 'rack', '~> 2.2', '>= 2.2.6.4' +gem 'rack', '~> 2.2', '>= 2.2.8.1' gem 'httparty', '>= 0.21.0' \ No newline at end of file