From ba2bbcb9e1b76f0b95b3b76d674c558d6cd8e131 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 06:05:17 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index bd21667..22da27b 100644 --- a/Gemfile +++ b/Gemfile @@ -16,9 +16,9 @@ gem 'config' # Datastore Dependencies gem 'actionpack', require: false -gem 'activerecord' +gem 'activerecord', '>= 7.1.5.2' gem 'pg' -gem 'standalone_migrations' +gem 'standalone_migrations', '>= 7.1.3' # Rake & Job Dependencies gem 'bundler-audit'