From 33cf8edae170890ccd4510490f1dcd2f345c81fa Mon Sep 17 00:00:00 2001 From: Bob Van Landuyt Date: Mon, 22 Apr 2019 18:07:19 +0200 Subject: Port changes for design management to CE This ports the changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10462/ to CE --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a350f194f62..6654b285a72 100644 --- a/Gemfile +++ b/Gemfile @@ -79,6 +79,7 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors' # GraphQL API gem 'graphql', '~> 1.8.0' 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? gem 'hashie-forbidden_attributes' -- cgit v1.2.3