From 0069cd052359fde30bb963fef60e629dbb8a347d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 23:48:11 +0000 Subject: [PATCH] Bump graphql from 2.3.21 to 2.3.23 in /spec/tester_mongo_rails_6 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.3.21 to 2.3.23. - [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.3.21...v2.3.23) --- updated-dependencies: - dependency-name: graphql dependency-version: 2.3.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spec/tester_mongo_rails_6/Gemfile | 2 +- spec/tester_mongo_rails_6/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/tester_mongo_rails_6/Gemfile b/spec/tester_mongo_rails_6/Gemfile index a84d119b..2c8dd950 100644 --- a/spec/tester_mongo_rails_6/Gemfile +++ b/spec/tester_mongo_rails_6/Gemfile @@ -15,7 +15,7 @@ gem "mongoid" gem "puma", "~> 6.4" # Use graphql gem for handle API -gem 'graphql', "~> 2.3.21" +gem 'graphql', "~> 2.3.23" gem 'graphoid', path: "../../", require: 'graphoid/graphoid' diff --git a/spec/tester_mongo_rails_6/Gemfile.lock b/spec/tester_mongo_rails_6/Gemfile.lock index 252add3d..3007cf67 100644 --- a/spec/tester_mongo_rails_6/Gemfile.lock +++ b/spec/tester_mongo_rails_6/Gemfile.lock @@ -114,7 +114,7 @@ GEM activesupport (>= 6.1) graphiql-rails (1.10.1) railties - graphql (2.3.21) + graphql (2.3.23) base64 fiber-storage i18n (1.14.8) @@ -263,7 +263,7 @@ DEPENDENCIES debug graphiql-rails graphoid! - graphql (~> 2.3.21) + graphql (~> 2.3.23) mongoid pry-byebug puma (~> 6.4)