-
- Downloads
Update to graphql 1.12.23
to fix failure in destroy_tags_spec
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/graphql/types/concerns/find_closest.rb 0 additions, 1 deletionapp/graphql/types/concerns/find_closest.rb
- spec/lib/gitlab/graphql/query_analyzers/ast/logger_analyzer_spec.rb 0 additions, 2 deletions...itlab/graphql/query_analyzers/ast/logger_analyzer_spec.rb
- spec/requests/api/graphql/mutations/container_repository/destroy_tags_spec.rb 1 addition, 1 deletion...aphql/mutations/container_repository/destroy_tags_spec.rb
... | ... | @@ -98,7 +98,7 @@ gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' |
# GraphQL API | ||
# gem 'graphql', '~> 1.11.8' | ||
gem 'graphql', '~> 1.12.21' | ||
gem 'graphql', '~> 1.12.23' | ||
gem 'graphiql-rails', '~> 1.8' | ||
gem 'apollo_upload_server', '~> 2.1.0' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
... | ... |
Please register or sign in to comment