From e67f8ab162a05271ec0b94a0f34e1481d9db89cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 06:10:51 +0000 Subject: [PATCH] Bump graphql from 1.10.6 to 1.12.12 Bumps [graphql](https://github.com/rmosolgo/graphql-ruby) from 1.10.6 to 1.12.12. - [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.12) 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..28f05f9e63ae 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.12' gem 'graphql-schema_comparator', '~> 1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5fc86f742dad..69892784b529 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: http://rubygems.org/ specs: - graphql (1.10.6) + graphql (1.12.12) 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.12) graphql-schema_comparator (~> 1.0.0) BUNDLED WITH