From 53b2ee9d809e9a95bac2bd1820112ef85ea17191 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Aug 2025 03:11:47 +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 f6e50a2..2e7fc26 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' # Specify your gem's dependencies in active_graphql.gemspec group :test do - gem 'activerecord' + gem 'activerecord', '>= 7.1.5.2' gem 'graphql_rails', '>= 2.2.0' gem 'simplecov', require: false end