Fix ruby macos artifact build (#28362)

* don't install bundler 1.17.3 in macos setup scripts
pull/28388/head
apolcyn 3 years ago committed by GitHub
parent 1c19a4379f
commit f109a4bce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -80,7 +80,6 @@ then
for RUBY_VERSION in 2.5.0 2.7.0 3.0.0; do
echo "Installing ruby-${RUBY_VERSION}"
time rvm install "ruby-${RUBY_VERSION}"
time gem install bundler -v 1.17.3 --no-document
time gem install rake-compiler --no-document
done;
echo "Setting default ruby version."

Loading…
Cancel
Save