diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-04-10 13:24:14 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-04-10 13:24:14 +0200 |
commit | e46f67a5123433f132da28770e4027542062fc81 (patch) | |
tree | 9bf2d405ca764f2f61db2b581e7e013f76247521 | |
parent | c98add157732004d9a2eaa39770edf84eaca6896 (diff) | |
download | gitlab-ce-e46f67a5123433f132da28770e4027542062fc81.tar.gz |
Use gRPC 1.2.2
Fixes LoadError after local compilation.
https://github.com/grpc/grpc/issues/9998
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index d7e3f7343d0..965c888ca79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -330,7 +330,7 @@ GEM grape-entity (0.6.0) activesupport multi_json (>= 1.3.2) - grpc (1.1.2) + grpc (1.2.2) google-protobuf (~> 3.1) googleauth (~> 0.5.1) haml (4.0.7) |