diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-10-11 17:29:57 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-10-13 13:53:31 +0200 |
commit | ed1c83896eea640edbabcc491d825024aea5e301 (patch) | |
tree | 73fe45e7b6d744b131ef7b8eebc6baa2aeeabeec /Gemfile.lock | |
parent | 3dbfd29837bd6a338ee44af4ff4b5322ef5a287b (diff) | |
download | gitlab-ce-ed1c83896eea640edbabcc491d825024aea5e301.tar.gz |
Use grpc 1.6.6
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b8b8054ad74..345fc0a9ac0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,6 +325,8 @@ GEM representable (~> 3.0) retriable (>= 2.0, < 4.0) google-protobuf (3.4.1.1) + googleapis-common-protos-types (1.0.0) + google-protobuf (~> 3.0) googleauth (0.5.3) faraday (~> 0.12) jwt (~> 1.4) @@ -351,8 +353,9 @@ GEM rake grape_logging (1.7.0) grape - grpc (1.6.0) + grpc (1.6.6) google-protobuf (~> 3.1) + googleapis-common-protos-types (~> 1.0.0) googleauth (~> 0.5.1) haml (4.0.7) tilt |