From aa7b1cfc5b3319373a4b56c755b1fc1d4cbaff02 Mon Sep 17 00:00:00 2001 From: Brett Walker Date: Wed, 4 Sep 2019 17:42:48 +0000 Subject: Upgrade GraphQL gem to 1.8.17 - Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index bc573434063..6bfb873c159 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem 'grape-entity', '~> 0.7.1' gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' # GraphQL API -gem 'graphql', '= 1.8.4' +gem 'graphql', '= 1.8.17' gem 'graphiql-rails', '~> 1.4.10' gem 'apollo_upload_server', '~> 2.0.0.beta3' gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] -- cgit v1.2.3