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