11 lines
396 B
Diff
11 lines
396 B
Diff
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -92,7 +92,7 @@
|
|
# GraphQL API
|
|
gem 'graphql', '~> 1.8'
|
|
gem 'graphiql-rails', '~> 1.4', '>= 1.4.10'
|
|
-gem 'apollo_upload_server', '~> 2.0', '>= 2.0.0.beta3'
|
|
+gem 'apollo_upload_server', '~> 2.0.0.beta3', path: 'vendor/gems/apollo-upload-server-2.0.0.beta.3/'
|
|
|
|
# Disable strong_params so that Mash does not respond to :permitted?
|
|
gem 'hashie-forbidden_attributes'
|