diff options
author | Alessio Caiazza <acaiazza@gitlab.com> | 2019-09-11 00:42:46 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-09-11 00:42:46 +0000 |
commit | ce201834270cb9a0b045f159acec1b51279942c4 (patch) | |
tree | da9d380fae4626db23f824401356a71903df1fd1 /Gemfile | |
parent | d20ce7de3e9174fba2b35673bcc23085136523b3 (diff) | |
download | gitlab-ce-ce201834270cb9a0b045f159acec1b51279942c4.tar.gz |
Fix CSP failure patching graphiql view
Backporting https://github.com/rmosolgo/graphiql-rails/pull/71
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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] |