From ce201834270cb9a0b045f159acec1b51279942c4 Mon Sep 17 00:00:00 2001 From: Alessio Caiazza Date: Wed, 11 Sep 2019 00:42:46 +0000 Subject: Fix CSP failure patching graphiql view Backporting https://github.com/rmosolgo/graphiql-rails/pull/71 --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index ac848cce5e8..3ead3cb5f36 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,9 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' # GraphQL API gem 'graphql', '~> 1.9.11' -gem 'graphiql-rails', '~> 1.4.10' +# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 will be released +# https://gitlab.com/gitlab-org/gitlab-ce/issues/67263 +gem 'graphiql-rails', '~> 1.7.0' gem 'apollo_upload_server', '~> 2.0.0.beta3' gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] -- cgit v1.2.3