Fix release bundler version

pull/10525/head
Mike Kruskal 2 years ago
parent fbbd96b5bc
commit 97fa1f70ab
  1. 2
      kokoro/release/ruby/macos/ruby/ruby_build_environment.sh

@ -17,7 +17,7 @@ set -e # rvm commands are very verbose
time rvm install 2.5.0
rvm use 2.5.0
gem install rake-compiler --no-document
gem install bundler --no-document
gem install bundler -v 2.3.26 --no-document
time rvm install 3.1.0
rvm use 3.1.0
gem install rake-compiler --no-document

Loading…
Cancel
Save