From 916ca82af1fc37d6e39113f77aa5c6039a771690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:53:28 +0000 Subject: [PATCH] Bump graphql from 2.5.18 to 2.5.19 in /spec/tester_mongo Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.5.18 to 2.5.19. - [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.18...v2.5.19) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.5.19 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 4c165265..ba5fcd26 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.18" +gem 'graphql', "~> 2.5.19" gem 'graphoid', path: "../../", require: 'graphoid/graphoid' diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index 85e32ff3..23589071 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.18) + graphql (2.5.19) base64 fiber-storage logger @@ -265,7 +265,7 @@ DEPENDENCIES debug graphiql-rails graphoid! - graphql (~> 2.5.18) + graphql (~> 2.5.19) mongoid pry-byebug puma (~> 6.6)