Merge branch 'issue_31747' into 'master'
Remove show.html.erb as Rails 5 now supports nonce-based CSP headers See merge request gitlab-org/gitlab!75998
Showing
... | @@ -98,10 +98,7 @@ gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ... | @@ -98,10 +98,7 @@ gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' |
# GraphQL API | # GraphQL API | ||
gem 'graphql', '~> 1.11.10' | gem 'graphql', '~> 1.11.10' | ||
# NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771 | gem 'graphiql-rails', '~> 1.8' | ||
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released: | |||
# https://gitlab.com/gitlab-org/gitlab/issues/31747 | |||
gem 'graphiql-rails', '~> 1.4.10' | |||
gem 'apollo_upload_server', '~> 2.1.0' | gem 'apollo_upload_server', '~> 2.1.0' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) | gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) | ||
... | ... |
Please register or sign in to comment