Skip to content

Commit 97fa1f7

Browse files
Fix release bundler version
1 parent fbbd96b commit 97fa1f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kokoro/release/ruby/macos/ruby/ruby_build_environment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set -e # rvm commands are very verbose
1717
time rvm install 2.5.0
1818
rvm use 2.5.0
1919
gem install rake-compiler --no-document
20-
gem install bundler --no-document
20+
gem install bundler -v 2.3.26 --no-document
2121
time rvm install 3.1.0
2222
rvm use 3.1.0
2323
gem install rake-compiler --no-document

0 commit comments

Comments
 (0)