diff options
author | temiola <temiola@google.com> | 2014-12-12 11:49:46 -0800 |
---|---|---|
committer | Nicolas Noble <nnoble@google.com> | 2014-12-12 16:27:19 -0800 |
commit | 350e1a795adb06bc4be0e3076d5e759e1ceef529 (patch) | |
tree | 9e4f7e4770f88f084d03a740fb6ffa12ce713969 /src/ruby/Gemfile | |
parent | 15cee4a67ecc5bfb9199a23d19e9590b2b0d9075 (diff) |
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
Diffstat (limited to 'src/ruby/Gemfile')
-rwxr-xr-x | src/ruby/Gemfile | 3 |
1 files changed, 1 insertions, 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 |