From a14844bc2026eabf1fde19da425a0df7031335ff Mon Sep 17 00:00:00 2001 From: vserova Date: Tue, 8 Oct 2024 23:59:23 -0400 Subject: [PATCH] Vulnerability fix --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 23d2b1b..5bfc5b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.11.1) + activesupport (>= 6.1.7.3) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4)