Merge branch '207278-graphql-upgrade-to-graphql-ruby-1-9-18' into 'master'
GraphQL: Upgrade graphql-ruby gem to 1.9.18 Closes #207278 See merge request gitlab-org/gitlab!26378
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.12' | ||
gem 'graphql', '~> 1.9.19' | ||
# 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 | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment