diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2018-04-30 11:35:44 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2018-04-30 11:35:44 +0200 |
commit | 1bfaf10295c5b3c7ab477a5622ce985fa849c046 (patch) | |
tree | 3e1cb6f888dc3ef0bbc0c36f2f27c8edeb3d4250 /Gemfile.lock | |
parent | 649f791e054f04512fa42ad0f195a7c75543df98 (diff) | |
download | gitlab-ce-1bfaf10295c5b3c7ab477a5622ce985fa849c046.tar.gz |
Use grpc 1.11.0
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 29c37bc7f1f..9b2c47587ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -374,7 +374,7 @@ GEM rake grape_logging (1.7.0) grape - grpc (1.10.0) + grpc (1.11.0) google-protobuf (~> 3.1) googleapis-common-protos-types (~> 1.0.0) googleauth (>= 0.5.1, < 0.7) @@ -1073,7 +1073,7 @@ DEPENDENCIES grape-entity (~> 0.6.0) grape-route-helpers (~> 2.1.0) grape_logging (~> 1.7) - grpc (~> 1.10.0) + grpc (~> 1.11.0) haml_lint (~> 0.26.0) hamlit (~> 2.6.1) hashie-forbidden_attributes |