mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
28 lines
673 B
Diff
28 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
|
|
|