Update minimum version of ruby-apollo-upload-server

This commit is contained in:
Pirate Praveen 2021-09-07 23:28:16 +05:30
parent f540e31ac2
commit 7be813505b
4 changed files with 4 additions and 4 deletions

2
debian/control vendored
View file

@ -159,7 +159,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# GraphQL API # GraphQL API
ruby-graphql (>= 1.11.8~), ruby-graphql (>= 1.11.8~),
ruby-graphiql-rails (>= 1.4.10~), ruby-graphiql-rails (>= 1.4.10~),
ruby-apollo-upload-server (>= 2.0.3~), ruby-apollo-upload-server (>= 2.1~),
# Used by BulkImport feature (group::import) # Used by BulkImport feature (group::import)
ruby-graphlient (>= 0.4.0), ruby-graphlient (>= 0.4.0),
# Disable strong_params so that Mash does not respond to :permitted? # Disable strong_params so that Mash does not respond to :permitted?

View file

@ -136,7 +136,7 @@ gitlab Gemfile
gem 'graphiql-rails', '~> 1.4.10' gem 'graphiql-rails', '~> 1.4.10'
-gem 'apollo_upload_server', '~> 2.1.0' -gem 'apollo_upload_server', '~> 2.1.0'
-gem 'graphql-docs', '~> 1.6.0', group: [:development, :test] -gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]
+gem 'apollo_upload_server', '~> 2.0' +gem 'apollo_upload_server', '~> 2.1'
+gem 'graphql-docs', '~> 1.6', group: [:development, :test] +gem 'graphql-docs', '~> 1.6', group: [:development, :test]
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import)

View file

@ -5,7 +5,7 @@ Bundler will fail when it can't find these locally
@@ -102,7 +102,6 @@ @@ -102,7 +102,6 @@
# https://gitlab.com/gitlab-org/gitlab/issues/31747 # https://gitlab.com/gitlab-org/gitlab/issues/31747
gem 'graphiql-rails', '~> 1.4.10' gem 'graphiql-rails', '~> 1.4.10'
gem 'apollo_upload_server', '~> 2.0' gem 'apollo_upload_server', '~> 2.1'
-gem 'graphql-docs', '~> 1.6', group: [:development, :test] -gem 'graphql-docs', '~> 1.6', group: [:development, :test]
gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import)

View file

@ -5,7 +5,7 @@ newer version is in the archive
@@ -99,7 +99,7 @@ @@ -99,7 +99,7 @@
# https://gitlab.com/gitlab-org/gitlab/issues/31747 # https://gitlab.com/gitlab-org/gitlab/issues/31747
gem 'graphiql-rails', '~> 1.4.10' gem 'graphiql-rails', '~> 1.4.10'
gem 'apollo_upload_server', '~> 2.0' gem 'apollo_upload_server', '~> 2.1'
-gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import) -gem 'graphlient', '~> 0.4.0' # Used by BulkImport feature (group::import)
+gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import) +gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import)