aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Alex Polcyn <apolcyn@google.com>2019-01-04 09:21:17 +0000
committerGravatar Alex Polcyn <apolcyn@google.com>2019-01-04 09:21:17 +0000
commitc4ed5b33c4de7d239f9ee26e128e4ee26e677465 (patch)
treeae30fb4661f0b8265c6fd56886161f5f078b49cf /tools
parenta9aec34d08e207400a2303d48ecc079a51709d88 (diff)
Pin bundler in ruby interop build
Diffstat (limited to 'tools')
-rwxr-xr-xtools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh b/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
index 67f66090ae..e71ad91499 100755
--- a/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
+++ b/tools/dockerfile/interoptest/grpc_interop_ruby/build_interop.sh
@@ -30,4 +30,4 @@ cd /var/local/git/grpc
rvm --default use ruby-2.5
# build Ruby interop client and server
-(cd src/ruby && gem update bundler && bundle && rake compile)
+(cd src/ruby && gem install bundler -v 1.17.3 && bundle && rake compile)