From 7abb93d671317a2228a0e8bc19208550e51fabbb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 00:36:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b897dc0a7412c..59e71ea17c33a 100644 --- a/Gemfile +++ b/Gemfile @@ -135,7 +135,7 @@ gem 'sidekiq-cron', '~> 0.4.0' gem 'redis-namespace' # HTTP requests -gem "httparty", '~> 0.13.3' +gem "httparty", "~> 0.24.0" # Colored output to console gem "colorize", '~> 0.7.0' @@ -158,7 +158,7 @@ gem 'connection_pool', '~> 2.0' gem 'tinder', '~> 1.10.0' # HipChat integration -gem 'hipchat', '~> 1.5.0' +gem 'hipchat', '~> 1.5.3' # Flowdock integration gem "gitlab-flowdock-git-hook", "~> 1.0.1"