From dd417fd7a0075a4a12094bd3461f43c7e3da7006 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Jan 2023 21:46:41 +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-HTTPARTY-3188560 --- 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 61b86165..aac51b11 100644 --- a/example/zoo-app/Gemfile +++ b/example/zoo-app/Gemfile @@ -9,4 +9,4 @@ end gem 'rake' gem 'rack', '~>2.2' -gem 'httparty' +gem 'httparty', '>= 0.21.0'