From 6723375ff2b310702150e097c0f35280fac3a3d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 00:04:43 +0000 Subject: [PATCH] Bump graphql from 2.1.5 to 2.1.6 in /spec/tester_mongo Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 2.1.5 to 2.1.6. - [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.1.5...v2.1.6) --- updated-dependencies: - dependency-name: graphql 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 46bcc3d5..5f6b3b80 100644 --- a/spec/tester_mongo/Gemfile +++ b/spec/tester_mongo/Gemfile @@ -15,7 +15,7 @@ gem "mongoid" gem "puma", "~> 6.4" # Use graphql gem for handle API -gem 'graphql', "~> 2.1.5" +gem 'graphql', "~> 2.1.6" gem 'graphoid', path: "../../", require: 'graphoid/graphoid' diff --git a/spec/tester_mongo/Gemfile.lock b/spec/tester_mongo/Gemfile.lock index edd8397e..f13e0942 100644 --- a/spec/tester_mongo/Gemfile.lock +++ b/spec/tester_mongo/Gemfile.lock @@ -106,7 +106,7 @@ GEM graphiql-rails (1.9.0) railties sprockets-rails - graphql (2.1.5) + graphql (2.1.6) racc (~> 1.4) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -246,7 +246,7 @@ DEPENDENCIES debug graphiql-rails graphoid! - graphql (~> 2.1.5) + graphql (~> 2.1.6) mongoid pry-byebug puma (~> 6.4)