Upgrade apollo_upload_server gem to 2.0.2
This picks up changes in the gem introduced to throw an error if the client submits Strings as input rather than images. https://gitlab.com/gitlab-org/gitlab/-/issues/228657
Showing
... | ... | @@ -93,7 +93,7 @@ gem 'graphql', '~> 1.10.5' |
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 is released: | ||
# https://gitlab.com/gitlab-org/gitlab/issues/31747 | ||
gem 'graphiql-rails', '~> 1.4.10' | ||
gem 'apollo_upload_server', '~> 2.0.0.beta3' | ||
gem 'apollo_upload_server', '~> 2.0.2' | ||
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] | ||
# Disable strong_params so that Mash does not respond to :permitted? | ||
... | ... |
Please register or sign in to comment