Update Gemfile.lock and drop comments
Now that we've updated graphiql-rails, we no longer need to include the comments about the CSP workaround. Fix the GraphQL explorer tests that broke as a result of the update.
Showing
... | @@ -98,9 +98,6 @@ gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ... | @@ -98,9 +98,6 @@ 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 | |||
# 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.8' | gem 'graphiql-rails', '~> 1.8' | ||
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] | ||
... | ... |
Please register or sign in to comment