From 6793e45c0720dd8eb6ec633a3096028cf61f2c07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Mar 2026 20:52:55 +0000 Subject: [PATCH] fix: jack-core/src/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-15762701 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762331 --- jack-core/src/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jack-core/src/Gemfile b/jack-core/src/Gemfile index aae82ac0..2a56d0b8 100644 --- a/jack-core/src/Gemfile +++ b/jack-core/src/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'activesupport', '~> 4.2.8' +gem 'activesupport', '~> 7.2.3', '>= 7.2.3.1' gem 'bigdecimal', '1.3.5' gem 'fattr' gem 'i18n', '~> 0.9'