From 5a7e94bf19c000f4c7eb647b6bfb956bd36c8df2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Mar 2026 23:08:36 +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-15762701 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-15762331 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f231b503..c7334646 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://public-gems.liveramp.net' -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'