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:
authorStan Hu <stanhu@gmail.com>2019-09-12 09:26:53 +0300
committerStan Hu <stanhu@gmail.com>2019-09-12 09:26:53 +0300
commit4d70537cd11520b5e1d368b52cfe889d2a57caea (patch)
tree1432c1feffaf7497b478c6fa40f086e90319e175 /Gemfile
parent3de934cb4f9c7f8efaba76b8e78b7221d8807aa7 (diff)
Revert "Update to graphiql-rails v1.7.10"
This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index d79e97aabdd..734104a25bc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -85,8 +85,7 @@ gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
# GraphQL API
gem 'graphql', '~> 1.9.11'
# TODO: remove app/views/graphiql/rails/editors/show.html.erb when https://github.com/rmosolgo/graphiql-rails/pull/71 will be released
-# https://gitlab.com/gitlab-org/gitlab-ce/issues/67263
-gem 'graphiql-rails', '~> 1.7.0'
+gem 'graphiql-rails', '~> 1.4.10'
gem 'apollo_upload_server', '~> 2.0.0.beta3'
gem 'graphql-docs', '~> 1.6.0', group: [:development, :test]