Remove show.html.erb as Rails 5 now supports nonce-based CSP headers
Changelog: other
Showing
... | ... | @@ -101,7 +101,7 @@ gem 'graphql', '~> 1.11.10' |
# NOTE: graphiql-rails v1.5+ doesn't work: https://gitlab.com/gitlab-org/gitlab/issues/31771 | ||
# 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 'graphiql-rails', '~> 1.8' | ||
gem 'apollo_upload_server', '~> 2.1.0' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) | ||
... | ... |
Please register or sign in to comment