Add latest changes from gitlab-org/gitlab@master
Showing
... | ... | @@ -87,7 +87,7 @@ gem 'grape-entity', '~> 0.7.1' |
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
# GraphQL API | ||
gem 'graphql', '~> 1.9.19' | ||
gem 'graphql', '~> 1.10.5' | ||
# 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 | ||
... | ... |
10.7 KB