Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-17 12:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-17 12:10:51 +0300
commitaab0be458344b772293da292cba11648011c4c1e (patch)
tree1766627a8260d40ea90f75894fa28fd9007ad2b9 /Gemfile
parent284252c0286d1e3c08e61f6c06c7f4d591343334 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 49ae731842d..a25687c62e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -121,8 +121,8 @@ gem 'grape-swagger', '~>1.5.0', group: [:development, :test]
gem 'grape-swagger-entity', '~> 0.5.1', group: [:development, :test]
# GraphQL API
-gem 'graphql', '~> 1.13.12'
-gem 'graphiql-rails', '~> 1.8'
+gem 'graphql', '~> 1.13', '>= 1.13.19'
+gem 'graphiql-rails', '~> 1.9'
gem 'apollo_upload_server', '~> 2.1.0'
gem 'graphql-docs', '~> 2.1.0', group: [:development, :test]
gem 'graphlient', '~> 0.5.0' # Used by BulkImport feature (group::import)