diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-05-23 09:55:14 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-06-06 10:58:54 +0200 |
commit | 9b65d4bb417fb4939289eab94487c894f0a62db6 (patch) | |
tree | 1f97b9a1bd0d722a3c3ff4e89ec13bdb7a3aec00 /Gemfile.lock | |
parent | c443133e779c4c508b9c6429dd4ba623d64f03f1 (diff) | |
download | gitlab-ce-9b65d4bb417fb4939289eab94487c894f0a62db6.tar.gz |
Initial setup GraphQL using graphql-ruby 1.8
- All definitions have been replaced by classes:
http://graphql-ruby.org/schema/class_based_api.html
- Authorization & Presentation have been refactored to work in the
class based system
- Loaders have been replaced by resolvers
- Times are now coersed as ISO 8601
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8fe2f5f06f8..761dc3c1804 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -368,15 +368,7 @@ GEM 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) + graphql (1.8.1) grpc (1.11.0) google-protobuf (~> 3.1) googleapis-common-protos-types (~> 1.0.0) @@ -639,7 +631,6 @@ 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) @@ -1067,8 +1058,7 @@ DEPENDENCIES grape-path-helpers (~> 1.0) grape_logging (~> 1.7) graphiql-rails (~> 1.4.10) - graphql (~> 1.7.14) - graphql-preload (~> 2.0.0) + graphql (~> 1.8.0) grpc (~> 1.11.0) haml_lint (~> 0.26.0) hamlit (~> 2.6.1) |