From 55147a1b97e815824fd9198f879d598b32640a5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 08:26:13 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-RUBY-TZINFO-2958048 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 898fd77026..8d596cbca3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' ruby '2.7.1' -gem 'activesupport', '~> 6.0', '>= 6.0.3.2', require: 'active_support/all' +gem 'activesupport', '~> 6.0', '>= 6.0.3.3', require: 'active_support/all' gem 'pry', '~> 0.13.1' gem 'rake', '~> 13.0', '>= 13.0.1'