PKGBUILDs/community/gitlab/10589.patch
2017-04-16 03:02:13 +00:00

29 lines
673 B
Diff

From e46f67a5123433f132da28770e4027542062fc81 Mon Sep 17 00:00:00 2001
From: Jacob Vosmaer <jacob@gitlab.com>
Date: Mon, 10 Apr 2017 13:24:14 +0200
Subject: [PATCH] Use gRPC 1.2.2
Fixes LoadError after local compilation.
https://github.com/grpc/grpc/issues/9998
---
Gemfile.lock | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Gemfile.lock b/Gemfile.lock
index d7e3f73..965c888 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)
--
2.10.2