Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-11-17 01:45:21 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-11-20 18:15:46 +0300
commit473ae04d21a938a2031691b0da691ec23e6aa32c (patch)
tree76684a700834812ccf3c0f23fd1b1a2b377a7885 /Gemfile.lock
parentbd026b6a28ac410ad455b7b915cafc9782296b6b (diff)
Update gRPC to v1.7.2
This solves a problem where Gitaly connections through Unix sockets would not work when a proxy was configures, even if a no_proxy setting was specified
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index dc56e6e8f82..bc928f89edf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -355,10 +355,10 @@ GEM
rake
grape_logging (1.7.0)
grape
- grpc (1.6.6)
+ grpc (1.7.2)
google-protobuf (~> 3.1)
googleapis-common-protos-types (~> 1.0.0)
- googleauth (~> 0.5.1)
+ googleauth (>= 0.5.1, < 0.7)
haml (4.0.7)
tilt
haml_lint (0.26.0)