Add latest changes from gitlab-org/gitlab@master
Showing
... | @@ -84,7 +84,7 @@ gem 'net-ldap' | ... | @@ -84,7 +84,7 @@ gem 'net-ldap' |
# API | # API | ||
gem 'grape', '~> 1.1.0' | gem 'grape', '~> 1.1.0' | ||
gem 'grape-entity', '~> 0.7.1' | gem 'grape-entity', '~> 0.7.1' | ||
gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' | gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
# GraphQL API | # GraphQL API | ||
gem 'graphql', '~> 1.9.11' | gem 'graphql', '~> 1.9.11' | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment