From c866116e9b2b46d482c1ff09556a20e33d81af51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 06:50:44 +0000 Subject: [PATCH] Bump graphql from 1.10.6 to 1.12.7 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.10.6 to 1.12.7. - [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/v1.10.6...v1.12.7) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9a59ddbfa26e..665933058732 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'http://rubygems.org' # ruby '2.4' -gem 'graphql', '1.10.6' +gem 'graphql', '1.12.7' gem 'graphql-schema_comparator', '~> 1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 70cca0b44d5f..7e903d0c20dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - graphql (1.10.6) + graphql (1.12.7) graphql-schema_comparator (1.0.0) bundler (>= 1.14) graphql (~> 1.10) @@ -13,7 +13,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - graphql (= 1.10.6) + graphql (= 1.12.7) graphql-schema_comparator (~> 1.0.0) BUNDLED WITH