From 986824dc891ca44f68700e1d6acb9755abe8f2ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:34:03 +0000 Subject: [PATCH] Update dependency graphql to v1.12.25 [SECURITY] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4b862915f..faa3687e1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'http://rubygems.org' # ruby '2.4' -gem 'graphql', '1.12.19' +gem 'graphql', '1.12.25' gem 'graphql-schema_comparator', '~> 1.0.0'