From 0d0ba1ba29b44edadf0494b82a951a959cd4418a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:19:47 +0000 Subject: [PATCH] Bump graphql from 2.6.1 to 2.6.2 in /spec/tester_mongo Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.6.1 to 2.6.2. - [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.6.1...v2.6.2) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.6.2 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 dfe6bdd5..e49a6731 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.6.1" +gem 'graphql', "~> 2.6.2" gem 'graphoid', path: "../../", require: 'graphoid/graphoid' diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index 085773d4..1a050b36 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.6.1) + graphql (2.6.2) base64 fiber-storage logger @@ -269,7 +269,7 @@ DEPENDENCIES debug graphiql-rails graphoid! - graphql (~> 2.6.1) + graphql (~> 2.6.2) mongoid pry-byebug puma (~> 6.6)