From cfb19351b92a432fdfbb455a6a6d2ef3e45fe741 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Mar 2026 18:51:18 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762697 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762331 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762701 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e2e28f9..c06be6c 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "gem_logger" gem "logging" gem 'psych' gem 'sigdump' -gem "activesupport", '~> 7.0', '<= 7.0.8' +gem "activesupport", "~> 7.2", ">= 7.2.3.1" gem "clamp" gem "cloudtruth-client", path: "client" gem "kubeclient"