diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-12-05 16:21:40 +0100 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-12-05 16:21:40 +0100 |
commit | 22c29b0e6d1331e167221925c4ee0d906f87837c (patch) | |
tree | 2361452ec17138b906a6ab128b9ebcc062bd3d4a /Gemfile.lock | |
parent | 844d95fb74d0732d4354c4d0ebfdaa5d12e5588e (diff) | |
download | gitlab-ce-22c29b0e6d1331e167221925c4ee0d906f87837c.tar.gz |
Downgrade the grpc gem to 1.4.5downgrade-grpc-to-1.4.5
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fdb81b101f5..b9c5b41b9a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -328,8 +328,6 @@ 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) @@ -356,10 +354,9 @@ GEM rake grape_logging (1.7.0) grape - grpc (1.7.2) + grpc (1.4.5) google-protobuf (~> 3.1) - googleapis-common-protos-types (~> 1.0.0) - googleauth (>= 0.5.1, < 0.7) + googleauth (~> 0.5.1) haml (4.0.7) tilt haml_lint (0.26.0) |