From ccf41aad86210d73cd23e8ac7d65028cd863dd62 Mon Sep 17 00:00:00 2001 From: Dan Ciruli Date: Wed, 25 Feb 2015 16:34:04 -0800 Subject: [PATCH] Update Gemfile Definitely shouldn't have "google" in the path. Suggesting a good default here (but leaving the comment that tells them how to update it). --- ruby/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/Gemfile b/ruby/Gemfile index 2d76038e09d..07d55ba482e 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org/' # Update this to reflect the local installation of gRPC. -gem 'grpc', path: '/usr/local/google/repos/grpc/src/ruby' +gem 'grpc', path: '~/grpc/src/ruby' # TODO: fix this if/when the gRPC repo structure changes. #