From f8e3dedd3e25ad671e2127d386311358b3c62f94 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:00:14 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-HTTPARTY-14563114 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0d36dfc8f5286..468affb5383ff 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "resque", "~> 1.20.0" gem 'resque_mailer' # HTTP requests -gem "httparty" +gem "httparty", ">= 0.24.0" gem "charlock_holmes", "0.6.8" gem "foreman" gem "colored"