Merge pull request #15149 from haberman/fix-21x-ruby

Fixed Ruby tests to pin Bundler to a version compatible with Ruby 2.7.
pull/15473/head
Joshua Haberman 11 months ago committed by GitHub
commit d0c4b1421a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      kokoro/linux/aarch64/ruby_build_and_run_tests_with_qemu_aarch64.sh
  2. 2
      kokoro/release/ruby/macos/ruby/ruby_build_environment.sh

@ -5,7 +5,7 @@ set -ex
# go to the repo root # go to the repo root
cd $(dirname $0)/../../.. cd $(dirname $0)/../../..
gem install bundler gem install bundler -v 2.4.22
cd ruby cd ruby

@ -29,7 +29,7 @@ gem install bundler --no-document
time rvm install 2.7.0 time rvm install 2.7.0
rvm use 2.7.0 --default rvm use 2.7.0 --default
gem install rake-compiler --no-document gem install rake-compiler --no-document
gem install bundler --no-document gem install bundler -v 2.4.22 --no-document
rvm osx-ssl-certs status all rvm osx-ssl-certs status all
rvm osx-ssl-certs update all rvm osx-ssl-certs update all
set -ex set -ex

Loading…
Cancel
Save