From 62c51ee0237f13d5e0298dff9dc818592517bdee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:31:35 +0000 Subject: [PATCH] Bump graphql from 1.10.6 to 1.12.11 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.10.6 to 1.12.11. - [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.11) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9a59ddbfa26e..99c0e7916c66 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.11' gem 'graphql-schema_comparator', '~> 1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5fc86f742dad..600c580e3009 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - graphql (1.10.6) + graphql (1.12.11) graphql-schema_comparator (1.0.0) bundler (>= 1.14) graphql (~> 1.10) @@ -12,7 +12,7 @@ PLATFORMS ruby DEPENDENCIES - graphql (= 1.10.6) + graphql (= 1.12.11) graphql-schema_comparator (~> 1.0.0) BUNDLED WITH