From 7e618e420bce8069668863b8e572f0eeeb1cc1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:45:54 +0000 Subject: [PATCH] Bump graphql from 2.5.21 to 2.5.22 in /spec/tester_mongo Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.5.21 to 2.5.22. - [Release notes](https://github.com/rmosolgo/graphql-ruby/releases) - [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/rmosolgo/graphql-ruby/compare/v2.5.21...v2.5.22) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spec/tester_mongo/Gemfile | 2 +- spec/tester_mongo/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/tester_mongo/Gemfile b/spec/tester_mongo/Gemfile index b92c6868..24869e07 100644 --- a/spec/tester_mongo/Gemfile +++ b/spec/tester_mongo/Gemfile @@ -15,7 +15,7 @@ gem "mongoid" gem "puma", "~> 6.6" # Use graphql gem for handle API -gem 'graphql', "~> 2.5.21" +gem 'graphql', "~> 2.5.22" gem 'graphoid', path: "../../", require: 'graphoid/graphoid' diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index 108e9ca6..08ab0865 100644 --- a/spec/tester_mongo/Gemfile.lock +++ b/spec/tester_mongo/Gemfile.lock @@ -115,7 +115,7 @@ GEM activesupport (>= 6.1) graphiql-rails (1.10.5) railties - graphql (2.5.21) + graphql (2.5.22) base64 fiber-storage logger @@ -267,7 +267,7 @@ DEPENDENCIES debug graphiql-rails graphoid! - graphql (~> 2.5.21) + graphql (~> 2.5.22) mongoid pry-byebug puma (~> 6.6)