From 350e1a795adb06bc4be0e3076d5e759e1ceef529 Mon Sep 17 00:00:00 2001
From: temiola <temiola@google.com>
Date: Fri, 12 Dec 2014 11:49:46 -0800
Subject: [PATCH] Switches the ruby docker build to run from the new all-in-one
 repo. 	Change on 2014/12/12 by temiola <temiola@google.com> -------------
 Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82000906

---
 src/ruby/Gemfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/ruby/Gemfile b/src/ruby/Gemfile
index 4d41544ce9..dc05f7946b 100755
--- a/src/ruby/Gemfile
+++ b/src/ruby/Gemfile
@@ -6,8 +6,7 @@ source 'https://rubygems.org'
 #
 # The default value is what's used for gRPC ruby's GCE configuration
 #
-# gem 'beefcake', path: "/var/local/git/beefcake"
-gem 'beefcake', path: "/usr/local/google/repos/beefcake"
+gem 'beefcake', path: "/var/local/git/beefcake"
 
 # Specify your gem's dependencies in grpc.gemspec
 gemspec
-- 
GitLab