summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-08-16 14:04:41 +0100
committerBob Van Landuyt <bob@vanlanduyt.co>2018-06-05 20:47:42 +0200
commit9c6c17cbcdb8bf8185fc1b873dcfd08f723e4df5 (patch)
tree624dba30e87ed0ea39afa0535d92c37c7718daef /Gemfile.lock
parent67dc43db2f30095cce7fe01d7f475d084be936e8 (diff)
downloadgitlab-ce-9c6c17cbcdb8bf8185fc1b873dcfd08f723e4df5.tar.gz
Add a minimal GraphQL API
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 2daaa3b516e..68dd0fba256 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -365,6 +365,18 @@ GEM
rake (~> 12)
grape_logging (1.7.0)
grape
+ graphiql-rails (1.4.10)
+ railties
+ sprockets-rails
+ graphql (1.7.14)
+ graphql-batch (0.3.9)
+ graphql (>= 0.8, < 2)
+ promise.rb (~> 0.7.2)
+ graphql-preload (2.0.1)
+ activerecord (>= 4.1, < 6)
+ graphql (>= 1.5, < 2)
+ graphql-batch (~> 0.3)
+ promise.rb (~> 0.7)
grpc (1.11.0)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
@@ -627,6 +639,7 @@ GEM
unparser
procto (0.0.3)
prometheus-client-mmap (0.9.3)
+ promise.rb (0.7.4)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
@@ -1053,6 +1066,10 @@ DEPENDENCIES
grape-entity (~> 0.7.1)
grape-path-helpers (~> 1.0)
grape_logging (~> 1.7)
+ graphiql-rails (~> 1.4.10)
+ graphql (~> 1.7.14)
+ graphql-batch (~> 0.3.9)
+ graphql-preload (~> 2.0.0)
grpc (~> 1.11.0)
haml_lint (~> 0.26.0)
hamlit (~> 2.6.1)