From 3bb2164fb06ab059bb0ba46929adcbd860024641 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 05:36:11 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-GRAPHQL-9403760 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f6e50a2..3b85a85 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' group :test do gem 'activerecord' - gem 'graphql_rails', '>= 2.2.0' + gem 'graphql_rails', '>= 2.3.0' gem 'simplecov', require: false end