From a8aeabe4286da33545ca1d8ccb115456ed022f9b Mon Sep 17 00:00:00 2001
From: snyk-bot
Date: Sat, 3 Jan 2026 09:46:23 +0000
Subject: [PATCH] fix: pkgs/applications/version-management/gitlab/Gemfile to
reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-HTTPARTY-14563114
---
pkgs/applications/version-management/gitlab/Gemfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/applications/version-management/gitlab/Gemfile b/pkgs/applications/version-management/gitlab/Gemfile
index f6f3607cbd1be..3078f844df9b5 100644
--- a/pkgs/applications/version-management/gitlab/Gemfile
+++ b/pkgs/applications/version-management/gitlab/Gemfile
@@ -115,7 +115,7 @@ gem 'sinatra', require: nil
gem 'sidekiq', '2.17.0'
# HTTP requests
-gem "httparty"
+gem "httparty", ">= 0.24.0"
# Colored output to console
gem "colored"
@@ -134,7 +134,7 @@ gem "redis-rails"
gem 'tinder', '~> 1.9.2'
# HipChat integration
-gem "hipchat", "~> 0.14.0"
+gem "hipchat", "~> 1.0.0"
# Flowdock integration
gem "gitlab-flowdock-git-hook", "~> 0.4.2"