From 9968e696f28ad1f100456fda15dfd3ace3db2e92 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 06:23:10 +0000 Subject: [PATCH] Bump graphql-schema_comparator from 1.0.0 to 1.0.1 Bumps [graphql-schema_comparator](http://mgiroux.me) from 1.0.0 to 1.0.1. Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9a59ddbfa26e..2a4d2e1bbdfe 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'http://rubygems.org' # ruby '2.4' gem 'graphql', '1.10.6' -gem 'graphql-schema_comparator', '~> 1.0.0' +gem 'graphql-schema_comparator', '~> 1.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5fc86f742dad..d1b28593ca77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,18 +2,18 @@ GEM remote: http://rubygems.org/ specs: graphql (1.10.6) - graphql-schema_comparator (1.0.0) + graphql-schema_comparator (1.0.1) bundler (>= 1.14) graphql (~> 1.10) thor (>= 0.19, < 2.0) - thor (1.0.1) + thor (1.1.0) PLATFORMS ruby DEPENDENCIES graphql (= 1.10.6) - graphql-schema_comparator (~> 1.0.0) + graphql-schema_comparator (~> 1.0.1) BUNDLED WITH 2.1.4