Merge branch 'bvl-initialize-design-repo' into 'master'
Upload versioned designs through GraphQL See merge request gitlab-org/gitlab-ee!10462
Showing
... | @@ -82,6 +82,7 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | ... | @@ -82,6 +82,7 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' |
# GraphQL API | # GraphQL API | ||
gem 'graphql', '~> 1.8.0' | gem 'graphql', '~> 1.8.0' | ||
gem 'graphiql-rails', '~> 1.4.10' | gem 'graphiql-rails', '~> 1.4.10' | ||
gem 'apollo_upload_server', '~> 2.0.0.beta3' | |||
# Disable strong_params so that Mash does not respond to :permitted? | # Disable strong_params so that Mash does not respond to :permitted? | ||
gem 'hashie-forbidden_attributes' | gem 'hashie-forbidden_attributes' | ||
... | ... |
Please register or sign in to comment