From 7ee8d3804bb4cef25a6ef5e3f055ac88da47e462 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Thu, 3 Jan 2019 23:17:36 -0800 Subject: [PATCH] Fix bundler gem name and pin to 1.17.3 --- .kokoro/osx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kokoro/osx.sh b/.kokoro/osx.sh index 1c2f8d246..fd1375d38 100644 --- a/.kokoro/osx.sh +++ b/.kokoro/osx.sh @@ -27,9 +27,9 @@ function set_failed_status { EXIT_STATUS=1 } -gem install bundle +gem install bundler --version 1.17.3 (bundle update && bundle exec rake) || set_failed_status -exit $EXIT_STATUS \ No newline at end of file +exit $EXIT_STATUS