From ca1eddf7a594664c2442ed480b0fe945c8718da0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 00:42:01 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0ff32ea..f5b2a61 100644 --- a/Gemfile +++ b/Gemfile @@ -26,6 +26,6 @@ group :test do gem "test-unit" gem "cassandra_datum", :git => 'git@github.com:backupify/cassandra_datum.git' gem "active_attr" - gem "activerecord" + gem "activerecord", ">= 7.1.5.2" gem "mocha" end